Files
kotlin-fork/compiler/testData/readJavaBinaryClass/kotlinSignature/error/WrongMethodName.txt
T
2012-06-27 00:44:10 +04:00

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