Sign in
dart
/
sdk.git
/
b81ec2c22e3ba3e2222773fba9e702826eaf7072
/
.
/
pkg
/
front_end
/
testcases
/
enhanced_enums
/
nameless_enum.dart
blob: ee64325787ea75c907df7f7fd3ca361ebc12c584 [
file
] [
log
] [
blame
]
// Copyright (c) 2023, 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
,
b
,
c
}