Files
2021-05-25 13:28:27 +03:00

5 lines
82 B
Kotlin
Vendored

fun bar() {
fun <<!CYCLIC_GENERIC_UPPER_BOUND!>T: T?<!>> foo() {}
foo()
}