Sign in
dart
/
sdk
/
/
8bfbce33f13da170362434c6332f7d6487d92e55
/
.
/
pkg
/
dev_compiler
/
test
/
codegen
/
unresolved_names.dart
blob: 171243a1029ac2498f01bb1783fa587da07b63e7 [
file
]
// compile options: --unsafe-force-compile
class
C
{}
main
()
{
new
Foo
();
new
C
.
bar
();
print
(
baz
);
print
(
C
.
quux
);
}