namespace test

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