We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf58c7 commit adf43cdCopy full SHA for adf43cd
mode/dart/dart.js
@@ -15,7 +15,7 @@
15
"implements mixin get native set typedef with enum throw rethrow " +
16
"assert break case continue default in return new deferred async await covariant " +
17
"try catch finally do else for if switch while import library export " +
18
- "part of show hide is as extension on yield late required").split(" ");
+ "part of show hide is as extension on yield late required sealed base interface when").split(" ");
19
var blockKeywords = "try catch finally do else for if switch while".split(" ");
20
var atoms = "true false null".split(" ");
21
var builtins = "void bool num int double dynamic var String Null Never".split(" ");
0 commit comments