[U] Add comment

This commit is contained in:
Azalea
2025-03-11 02:49:35 -04:00
parent 9b7f50aebb
commit 6ffee3466f

View File

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