Files
kotlin-fork/compiler/testData/diagnostics/tests/regressions/itselfAsUpperBoundLocal.fir.kt
T
Andrey Zinovyev de3f31cf78 [FIR] Partial implementation of DEPRECATION(_ERROR) diagnostics
No support for inheritance deprecations
and deprecations in qualifier's parts
2021-07-07 16:19:28 +03:00

5 lines
105 B
Kotlin
Vendored

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