Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-347.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
general
/
having_part_with_parts_and_annotation_lib1.dart
blob: b80296e2e1f27b2550cb1808ef02b0b02b5620ca [
file
] [
log
] [
blame
]
part of
'having_part_with_parts_and_annotation.dart'
;
// @dart=2.9
@Bar
part
'having_part_with_parts_and_annotation_lib2.dart'
;
@Baz
part
'having_part_with_parts_and_annotation_lib2.dart'
;
const
int
Bar
=
43
;
const
int
Baz
=
44
;
void
fromLib1
()
{}