Sign in
dart
/
sdk.git
/
refs/tags/2.17.0-189.0.dev
/
.
/
pkg
/
front_end
/
outline_extraction_testcases
/
part_01
/
test12.dart
blob: 07c621e54a8fc416df975fe2af9ed8e9b69bcb03 [
file
] [
log
] [
blame
]
import
"test13.dart"
;
import
"test14.dart"
;
part
'test12_part1.dart'
;
part
'test12_part2.dart'
;
class
Test12
{}
class
SecondTest12
{
void
foo
(
SecondTest12Part1 x
)
{}
}