// "Remove @JvmOverloads annotation" "true" // WITH_RUNTIME interface T { @kotlin.jvm.JvmOverloads fun foo(s: String = "OK") }