Revert "'yield' reserved as a keyword"

This reverts commit 434082cadb.
This commit is contained in:
Denis Zharkov
2016-05-19 14:36:03 +03:00
parent 5c1e17c8e7
commit 20d1d12f3b
124 changed files with 1408 additions and 1404 deletions
+1 -1
View File
@@ -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
View File
@@ -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