[Dart] Add missing reserved words (#4277)

This commit is contained in:
Arun
2019-10-26 13:28:29 +05:30
committed by William Cheng
parent 5a7b471511
commit 8c276dbe60

View File

@@ -81,7 +81,8 @@ public class DartClientCodegen extends DefaultCodegen implements CodegenConfig {
"is", "library", "new", "null", "operator", "part", "rethrow",
"return", "set", "static", "super", "switch", "sync*", "this",
"throw", "true", "try", "typedef", "var", "void", "while",
"with", "yield", "yield*")
"with", "yield", "yield*", "hide", "interface", "mixin", "on",
"show", "async")
);
languageSpecificPrimitives = new HashSet<String>(