Fix exception from ::class literals on unresolved classes
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
val u = <!UNRESOLVED_REFERENCE!>Unresolved<!>::class
|
||||
val g = <!UNRESOLVED_REFERENCE!>UnresolvedGeneric<!><<!UNRESOLVED_REFERENCE!>UnresolvedTypeArg<!>>::class
|
||||
@@ -0,0 +1,4 @@
|
||||
package
|
||||
|
||||
internal val g: [ERROR : Unresolved class]
|
||||
internal val u: [ERROR : Unresolved class]
|
||||
Reference in New Issue
Block a user