Sign in
dart
/
sdk.git
/
refs/tags/2.17.0-255.0.dev
/
.
/
pkg
/
front_end
/
outline_extraction_testcases
/
split_import_export_part
/
main.dart
blob: 85d67221604360308d0e584fb7f1aa6ec0dfec19 [
file
] [
log
] [
blame
]
import
"package:f"
"oobar"
"/"
"foo"
".dart"
;
export
"package:f"
"oobar"
"/"
"foo"
".dart"
;
part
"package:f"
"oobar"
"/"
"part"
".dart"
;
Foo giveFoo
()
{
return
new
Foo
();
}
Bar giveBar
()
{
return
new
Bar
();
}