d3e85dbce0
#KT-42601 Fixed
9 lines
177 B
Kotlin
Vendored
9 lines
177 B
Kotlin
Vendored
// !LANGUAGE: +NewInference
|
|
// !DIAGNOSTICS: -UNUSED_PARAMETER
|
|
|
|
class Base<T : T> : HashSet<T>() {
|
|
fun foo() {
|
|
super.<!INAPPLICABLE_CANDIDATE!>remove<!>("")
|
|
}
|
|
}
|