Files
Anna Kozlova c727dbb8ca [fir compiler] ensure type parameters are included in the resolve scope
to resolve the next parameter bounds (KTIJ-23674)
2022-11-16 22:25:02 +00:00

5 lines
131 B
Kotlin
Vendored

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