Sign in
dart
/
sdk.git
/
75cf999566f9cf97ef471609a6b51fab6f998511
/
.
/
pkg
/
front_end
/
testcases
/
patterns
/
constant_identifier_inside_case.dart.strong.transformed.expect
blob: a30e20f2094d2670c627a90c66e905317fb78c8a [
file
] [
log
] [
blame
]
library
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
method test
(
dynamic
x
)
→
dynamic
{
const
core
::
int
y
=
#C1;
#L1:
switch
(
x
)
/* dynamic */
{
#L2:
case
#C1:
{
break
#L1;
}
}
}
constants
{
#C1 = 1
}