namespace test

abstract trait test.Foo : java.lang.Object {
}
open class test.MethodTypePOneUpperBound : java.lang.Object {
    final /*constructor*/ fun <init>(): test.MethodTypePOneUpperBound
    open fun </*0*/ T : test.Foo?>bar(): jet.Tuple0
}
