[FIR] Do not erase type arguments for unresolved method calls

This commit is contained in:
Igor Yakovlev
2021-01-26 19:29:19 +03:00
parent 659d2c13b4
commit 9f282e0ddc
4 changed files with 5 additions and 4 deletions
@@ -1,4 +1,3 @@
// IGNORE_FIR
package testing
annotation class Annotation<T>(val clazz: Class<T>)