namespace test

final class test.ClassVar : jet.Any {
    final /*constructor*/ fun <init>(): test.ClassVar
    final var aa: jet.Int
}
