package test

public open class WrongMethodName {
    public constructor WrongMethodName()
    public open fun foo(): kotlin.String!
}
