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

Unified Diff: tests/language/src/library12.dart

Issue 8247014: Changes to handle unresolved qualified identifiers. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 2 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 side-by-side diff with in-line comments
Download patch
« runtime/vm/parser.cc ('K') | « tests/language/src/Prefix16NegativeTest.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/src/library12.dart
===================================================================
--- tests/language/src/library12.dart (revision 383)
+++ tests/language/src/library12.dart (working copy)
@@ -30,6 +30,10 @@
static var static_fld = 4;
}
+interface Library12Interface {
+ Library12 addObjects(Library12 value1, Library12 value2);
+}
+
final int top_level12 = 10;
top_level_func12() {
return 20;
« runtime/vm/parser.cc ('K') | « tests/language/src/Prefix16NegativeTest.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698