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