Sign in
dart
/
sdk
/
base
/
.
/
pkg
/
front_end
/
testcases
/
dot_shorthands
/
feature_disabled.dart.textual_outline.expect
blob: 01cb5ec6a39c01e57bcb201502daa110aeb6214b [
file
] [
log
] [
blame
]
// @dart = 3.8
enum
Color
{
red
,
blue
,
green
}
void
main
()
{}