Sign in
dart
/
sdk.git
/
284a7ee8c5b78c51a1cac9c770244d8093ba121c
/
.
/
pkg
/
front_end
/
testcases
/
general
/
part_of_self.dart.strong.modular.expect
blob: 0cce3e2823490a87d03278e2fd5033505273b494 [
file
] [
log
] [
blame
]
library
;
//
// Problems in library:
//
// pkg/front_end/testcases/general/part_of_self.dart: Error: A file can't be a part of itself.
//
import
self
as
self
;
part part_of_self
.
dart
;