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