Skip to content

Commit

Permalink
[dart mode] Remove support for inline keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Sep 10, 2023
1 parent 638abda commit ee6a1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mode/dart/dart.js
Expand Up @@ -15,7 +15,7 @@
"implements mixin get native set typedef with enum throw rethrow assert break case " +
"continue default in return new deferred async await covariant try catch finally " +
"do else for if switch while import library export part of show hide is as extension " +
"on yield late required sealed base interface when inline").split(" ");
"on yield late required sealed base interface when").split(" ");
var blockKeywords = "try catch finally do else for if switch while".split(" ");
var atoms = "true false null".split(" ");
var builtins = "void bool num int double dynamic var String Null Never".split(" ");
Expand Down

0 comments on commit ee6a1d2

Please sign in to comment.