Files
kotlin-fork/idea/testData/quickfix/addJvmNameAnnotation/extension.kt
T
2020-06-01 21:42:03 +09:00

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