[FIR] Implement replacing Object with type parameters for specials builtins
#KT-42601 Fixed
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
|
||||
class Base<T : T> : HashSet<T>() {
|
||||
fun foo() {
|
||||
super.remove("")
|
||||
super.<!INAPPLICABLE_CANDIDATE!>remove<!>("")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user