c727dbb8ca
to resolve the next parameter bounds (KTIJ-23674)
5 lines
131 B
Kotlin
Vendored
5 lines
131 B
Kotlin
Vendored
fun bar() {
|
|
fun <<!CYCLIC_GENERIC_UPPER_BOUND!>T: T?<!>> foo() {}
|
|
<!NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER!>foo<!>()
|
|
}
|