blob: ec67e07fd08b62f03a75d54aa5844434aa89867a [file]
// "Add '@JvmName' annotation" "true"
// WITH_RUNTIME
interface Foo<T>
fun Foo<Int>.foo() = this
fun <caret>Foo<String>.foo() = this