namespace test

open class test.NotNullField : jet.Any {
    final /*constructor*/ fun <init>(): test.NotNullField
    final var hi: jet.String
}
