Commit 5320032
committed
Stop using deprecated ParserErrorCode.UNEXPECTED_TOKEN.
In https://dart-review.googlesource.com/c/sdk/+/444921, all analyzer
error constants were renamed to camelCase, but
ParserErrorCode.UNEXPECTED_TOKEN was left in place (and deprecated)
since it is used by dart_style.
This change updates dart_style to use the new camelCase declaration.1 parent 34742d7 commit 5320032
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments