dart-sdk/tests/language_2/enum
Jens Johansen e6ffc0b285 [parser] Issue different warnings for missing identifier based on whether the token is used or not.
E.g. "var = 42;" now has a different error message than "var default = 42;".

Fixes #22553

Change-Id: I58affe988569d8e79190b63f7267b471a1b0ebc8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/162182
Commit-Queue: Jens Johansen <jensj@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2020-09-14 08:55:18 +00:00
..
duplicate_lib.dart
duplicate_test.dart
enum_test.dart Make all CastErrors be TypeErrors. 2020-03-11 23:31:06 +00:00
index_test.dart
initialization_near_stack_overflow_test.dart
is_keyword_runtime_test.dart
is_keyword_test.dart [parser] Issue different warnings for missing identifier based on whether the token is used or not. 2020-09-14 08:55:18 +00:00
private_lib.dart
private_runtime_1_test.dart
private_runtime_test.dart
private_test.dart Move codes from StaticTypeWarningCode into CompileTimeErrorCode. 2020-07-27 16:44:15 +00:00
syntax_test.dart
value_name_test.dart