11 lines
344 B
Plaintext
11 lines
344 B
Plaintext
namespace test
|
|
|
|
public open class test.JavaSubclass : test.KotlinClass {
|
|
public final /*constructor*/ fun <init>(): test.JavaSubclass
|
|
public open override /*1*/ fun foo(): jet.String
|
|
}
|
|
public open class test.KotlinClass : jet.Any {
|
|
public final /*constructor*/ fun <init>(): test.KotlinClass
|
|
public open fun foo(): jet.String
|
|
}
|