6868f53f46
#KT-38559 Fixed
7 lines
134 B
Kotlin
Vendored
7 lines
134 B
Kotlin
Vendored
// "Add '@JvmName' annotation" "true"
|
|
// WITH_RUNTIME
|
|
interface Foo<T>
|
|
|
|
fun Foo<Int>.foo() = this
|
|
|
|
fun <caret>Foo<String>.foo() = this |