namespace test

public open class test.WrongMethodName : java.lang.Object {
    public final /*constructor*/ fun <init>(): test.WrongMethodName
    public open fun foo(): jet.String?
}
