package test import java.util.* public open class WrongMethodName { public open fun foo() : String? = "" }