Sign in
dart
/
sdk.git
/
refs/tags/2.17.0-189.0.dev
/
.
/
pkg
/
front_end
/
outline_extraction_testcases
/
import_prefix_overlap_with_field
/
main.dart
blob: 3cfbb90e3381d95f1049bfe347fa79ffc89dd63a [
file
] [
log
] [
blame
]
import
"test16.dart"
as
test16
;
class
Test16ClassHelper
{
// the naming matching is what makes it annoying!
final
test16toplevel
=
test16
.
test16toplevel
(
"hello"
);
}