Sign in
dart
/
sdk
/
b36df2bc3480c24f005c5edec5cbc3815c4726b0
/
.
/
pkg
/
front_end
/
testcases
/
general
/
issue51815
/
main.dart.textual_outline.expect
blob: 927566c4d26757347b99861dcd11464d4c11ec11 [
file
] [
log
] [
blame
]
import
'main_lib.dart'
;
foo
(
void
Function
()
f
)
{}
test
()
=>
foo
(
new
B
());
main
()
{}