Fix exception from ::class literals on unresolved classes

This commit is contained in:
Alexander Udalov
2015-03-12 21:42:01 +03:00
parent e448f40756
commit e5d5b49ce2
7 changed files with 40 additions and 12 deletions
@@ -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]