Sign in
dart
/
sdk
/
base
/
.
/
pkg
/
front_end
/
testcases
/
dot_shorthands
/
cascade_property.dart.textual_outline.expect
blob: 3931b1c1a850a7c7975d7032a43dd8fd3caa378e [
file
] [
log
] [
blame
]
enum
Color
{
red
,
blue
,
green
}
void
main
()
{}