Skip to content

Commit 0f437b9

Browse files
devoncarewmarijnh
authored andcommitted
[dart mode] Add the mixin keyword
1 parent 5457989 commit 0f437b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mode/dart/dart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"use strict";
1313

1414
var keywords = ("this super static final const abstract class extends external factory " +
15-
"implements get native set typedef with enum throw rethrow " +
15+
"implements mixin get native set typedef with enum throw rethrow " +
1616
"assert break case continue default in return new deferred async await covariant " +
1717
"try catch finally do else for if switch while import library export " +
1818
"part of show hide is as").split(" ");

0 commit comments

Comments
 (0)