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

8 lines
192 B
Plaintext
Vendored

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