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

8 lines
202 B
Plaintext
Vendored

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