namespace test final class test.Inh : test.Base { final /*constructor*/ fun (): test.Inh final override /*1*/ fun foo(): jet.String } open class test.Base : jet.Any { final /*constructor*/ fun (): test.Base final fun foo(): /*0,r*/ T : jet.Any? }