[U] Add comment

pull/131/head
Azalea 2025-03-11 02:49:35 -04:00
parent 9b7f50aebb
commit 6ffee3466f
1 changed files with 3 additions and 1 deletions

View File

@ -77,7 +77,9 @@ var STRING_MAPPER = jacksonObjectMapper().apply {
@Component @Component
class StringMapper: IMapper(STRING_MAPPER) class StringMapper: IMapper(STRING_MAPPER)
class A {
// Testing code
private class A {
var cat = "" var cat = ""
} }