Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-209.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
type_promotion_simple.dart.weak.transformed.expect
blob: 4e2acb666de4d637697271f33340e7c6ae244fc8 [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
method main
()
→
dynamic
{
core
::
num
*
n
=
null
;
if
(
n
is
core
::
int
*)
{
core
::
int
*
i
=
n
{
core
::
int
*};
}
}