Sign in
dart
/
sdk
/
8a2f6495b3edb1fd65be203e82eb83cef4833cfc
/
.
/
pkg
/
front_end
/
testcases
/
general
/
empty_switch.dart.strong.expect
blob: b034625891917245d0e95a3a4b4fc07cf75e7afc [
file
]
library
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
method main
()
→
dynamic
{
#L1:
switch
(
1
)
/* core::int */
{
}
}