7 lines
185 B
Plaintext
7 lines
185 B
Plaintext
namespace test
|
|
|
|
public open class test.WrongMethodName : java.lang.Object {
|
|
public final /*constructor*/ fun <init>(): test.WrongMethodName
|
|
public open fun foo(): jet.String?
|
|
}
|