FIR Java: implement "appendErasedType" thus adding predefined signatures

Related to KT-29937
This commit is contained in:
Mikhail Glukhikh
2019-03-12 11:55:57 +03:00
parent 43d06f85e3
commit d00d078b4f
7 changed files with 50 additions and 5 deletions
@@ -0,0 +1,6 @@
interface UseIterable : MyIterable<String> {
fun test() {
val it = iterator()
val split = spliterator()
}
}