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

7 lines
174 B
Kotlin
Vendored

// "Add '@JvmName' annotation" "true"
// WITH_RUNTIME
interface Bar<T, U>
fun Bar<Int, Double>.bar() = this
fun <caret>Bar<Int, Bar<Long, Bar<Double, String>>>.bar() = this