Sign in
dart
/
sdk.git
/
43579e747afd093a9c4a772a1be24d1f41a10cfc
/
.
/
pkg
/
front_end
/
testcases
/
patterns
/
null_literal_inside_null_check.dart.strong.modular.expect
blob: c25ce4238d730c0735c414e603e0148f5d85eb4f [
file
]
library
;
import
self
as
self
;
static
method test
(
dynamic
x
)
→
dynamic
{
#L1:
{
final
synthesized
dynamic
#0#0 = x;
{
if
(!(#
0
#0 == null) && #0#0 == null) {
{
break
#L1;
}
}
}
}
}