+1
-1
@@ -1,2 +1,2 @@
|
||||
//statement
|
||||
int as, type, val, var, fun, is, in, object, when, yield, typeof;
|
||||
int as, type, val, var, fun, is, in, object, when, typeof;
|
||||
|
||||
+1
-2
@@ -7,5 +7,4 @@ val `is`: Int
|
||||
val `in`: Int
|
||||
val `object`: Int
|
||||
val `when`: Int
|
||||
val `yield`: Int
|
||||
val `typeof`: Int
|
||||
val `typeof`: Int
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//file
|
||||
package test;
|
||||
|
||||
import as.type.val.var.fun.is.in.object.when.yield.typeof;
|
||||
import as.type.val.var.fun.is.in.object.when.typeof;
|
||||
|
||||
class Test {}
|
||||
class Test {}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// ERROR: Unresolved reference: `as`
|
||||
package test
|
||||
|
||||
import `as`.type.`val`.`var`.`fun`.`is`.`in`.`object`.`when`.`yield`.`typeof`
|
||||
import `as`.type.`val`.`var`.`fun`.`is`.`in`.`object`.`when`.`typeof`
|
||||
|
||||
internal class Test
|
||||
internal class Test
|
||||
|
||||
Reference in New Issue
Block a user