We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a24ca7f + 69db630 commit e10413eCopy full SHA for e10413e
spec/01-lexical-syntax.md
@@ -90,11 +90,11 @@ syntactic class `id` of lexical identifiers.
90
abstract case catch class def
91
do else extends false final
92
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
+import lazy macro match new
+null object override package private
+protected return sealed super this
+throw trait try true type
+val var while with yield
98
_ : = => <- <: <% >: # @
99
```
100
0 commit comments