Skip to content

Commit e10413e

Browse files
committed
Merge pull request scala#4833 from xuwei-k/patch-2
"macro" is a reserved word since Scala 2.11
2 parents a24ca7f + 69db630 commit e10413e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spec/01-lexical-syntax.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ syntactic class `id` of lexical identifiers.
9090
abstract case catch class def
9191
do else extends false final
9292
finally for forSome if implicit
93-
import lazy match new null
94-
object override package private protected
95-
return sealed super this throw
96-
trait try true type val
97-
var while with yield
93+
import lazy macro match new
94+
null object override package private
95+
protected return sealed super this
96+
throw trait try true type
97+
val var while with yield
9898
_ : = => <- <: <% >: # @
9999
```
100100

0 commit comments

Comments
 (0)