6868f53f46
#KT-38559 Fixed
7 lines
174 B
Kotlin
Vendored
7 lines
174 B
Kotlin
Vendored
// "Add '@JvmName' annotation" "true"
|
|
// WITH_RUNTIME
|
|
interface Bar<T, U>
|
|
|
|
fun <caret>Bar<Int, Double>.bar() = this
|
|
|
|
fun Bar<Int, Bar<Long, Bar<Double, String>>>.bar() = this |