namespace test

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