Sign in
dart
/
sdk
/
453647022f640126025e5cefc7dfb17a2ee252db
/
.
/
pkg
/
front_end
/
testcases
/
patterns
/
issue51626.dart.weak.transformed.expect
blob: 99a85b86c9eb5667b29f54381b21426e75163315 [
file
]
library
/*isNonNullableByDefault*/
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
method main
()
→
dynamic
{
switch
(
1
)
{
#L1:
case
#C1:
{
core
::
print
(
"two"
);
}
}
}
constants
{
#C1 = 2
}