blob: db7ef1fda85f7bd7f429009c3c1a4ad3cd6803d5 [file] [log] [blame]
// "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