Handle type arguments in IrType.eraseTypeParameters

This commit is contained in:
Georgy Bronnikov
2020-01-31 14:44:43 +03:00
parent 22068dd6ad
commit c9df17f2f1
6 changed files with 69 additions and 1 deletions
@@ -0,0 +1,7 @@
package test;
class MapImpl {
{
new EmptyMap();
}
}