Include collection type aliases into mock-runtime as they are used extremely often in tests
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ package foobar.a
|
||||
|
||||
val a : <!PLATFORM_CLASS_MAPPED_TO_KOTLIN!>java.util.List<Int><!>? = null
|
||||
val a2 : <!UNRESOLVED_REFERENCE!>util<!>.<!DEBUG_INFO_MISSING_UNRESOLVED!>List<!><Int>? = null
|
||||
val a3 : <!UNRESOLVED_REFERENCE!>ArrayList<!><Int>? = null
|
||||
val a3 : <!UNRESOLVED_REFERENCE!>LinkedList<!><Int>? = null
|
||||
|
||||
// FILE: b.kt
|
||||
package foobar
|
||||
|
||||
Reference in New Issue
Block a user