Sign in
dart
/
sdk
/
e7c4784594de33112fb6d65bc09493fa8097fcf2
/
.
/
pkg
/
front_end
/
testcases
/
general
/
empty_switch.dart.weak.modular.expect
blob: 9201d1e523036b701ee4faff388091ca13ddfb23 [
file
]
library
/*isNonNullableByDefault*/
;
import
self
as
self
;
static
method main
()
→
dynamic
{
switch
(
1
)
{
}
}