9d6ee9ec5a
Closes #42956 Change-Id: I3d27c8601d835ecafa50dadcebca1493f64588ad Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/161700 Reviewed-by: Jens Johansen <jensj@google.com> Commit-Queue: Johnni Winther <johnniwinther@google.com>
11 lines
249 B
Dart
11 lines
249 B
Dart
// Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file
|
|
// for details. All rights reserved. Use of this source code is governed by a
|
|
// BSD-style license that can be found in the LICENSE file.
|
|
|
|
enum A {
|
|
a,
|
|
b,
|
|
}
|
|
|
|
main() {}
|