Sign in
dart
/
sdk
/
938d9c0dc8ed139fc7b15481ed5026258af1d866
/
.
/
pkg
/
front_end
/
testcases
/
general
/
issue_48999.dart.strong.modular.expect
blob: c37167ad9aee1f088250706dfa23aa098f4c3521 [
file
]
library
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
method main
()
→
void
{
dynamic
i
=
10
;
core
::
print
(
"${i as core::int?}"
);
core
::
print
(
"${i{core::int?} is core::int?}"
);
}