[FIR] Implement replacing Object with type parameters for specials builtins

#KT-42601 Fixed
This commit is contained in:
Mikhail Glukhikh
2020-10-12 12:45:03 +03:00
parent d40248cb53
commit d3e85dbce0
19 changed files with 410 additions and 27 deletions
@@ -3,6 +3,6 @@
class Base<T : T> : HashSet<T>() {
fun foo() {
super.remove("")
super.<!INAPPLICABLE_CANDIDATE!>remove<!>("")
}
}