Sign in
dart
/
sdk.git
/
cd65076031d67dde752af5a4b8fe0224f9d2b5fb
/
.
/
pkg
/
front_end
/
testcases
/
inference_new
/
strongly_connected_component.dart.textual_outline.expect
blob: d4c04a631d391abc0e49a85f71ced6ae970f2d33 [
file
] [
log
] [
blame
]
library test
;
bool
f
()
=>
null
;
var
x
=
()
=>
f
()
?
y
:
z
;
var
y
=
()
=>
x
;
var
z
=
()
=>
x
;
main
()
{}