de3f31cf78
No support for inheritance deprecations and deprecations in qualifier's parts
5 lines
105 B
Kotlin
Vendored
5 lines
105 B
Kotlin
Vendored
fun bar() {
|
|
fun <T: <!UNRESOLVED_REFERENCE!>T<!>?> foo() {}
|
|
<!INAPPLICABLE_CANDIDATE!>foo<!>()
|
|
}
|