JS backend: report diagnostic for class literal(Foo::class) instead of crash with Exception.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package foo
|
||||
|
||||
class A
|
||||
|
||||
fun test() {
|
||||
A::class
|
||||
}
|
||||
Reference in New Issue
Block a user