Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(394)

Side by Side Diff: pkg/dev_compiler/test/codegen/unresolved_names.dart

Issue 2920223009: fix "unresolved names" code generation (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // compile options: --unsafe-force-compile
2
3 class C {}
4
5 main() {
6 new Foo();
7 new C.bar();
8 print(baz);
9 print(C.quux);
10 }
OLDNEW
« no previous file with comments | « pkg/dev_compiler/lib/src/compiler/code_generator.dart ('k') | pkg/dev_compiler/test/codegen_expected/unresolved_names.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698