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.
1 parent 658bff7 commit 6a70589Copy full SHA for 6a70589
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