Skip to content

Commit 8e91b12

Browse files
committed
remove duplicated default keyword and add missing keywords
1 parent 984f627 commit 8e91b12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SDK/Language/Dart.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ public function getKeywords()
101101
"set",
102102
"yield",
103103
"required",
104-
"default"
104+
"extension",
105+
"late"
105106
];
106107
}
107108

0 commit comments

Comments
 (0)