Files
kotlin/compiler/testData/loadJava/kotlinSignature/error/WrongMethodName.txt

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?
}