namespace test abstract class test.ClassValAbstract : jet.Any { final /*constructor*/ fun (): test.ClassValAbstract abstract val a: jet.Int }