namespace test

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