5 lines
82 B
Kotlin
Vendored
5 lines
82 B
Kotlin
Vendored
fun bar() {
|
|
fun <<!CYCLIC_GENERIC_UPPER_BOUND!>T: T?<!>> foo() {}
|
|
foo()
|
|
}
|