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