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

Unified Diff: compiler/javatests/com/google/dart/compiler/end2end/inc/some.newmethod.dart

Issue 8222016: Hashcodes were being improperly calculated for public API of libraries. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: More cleanup 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
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/end2end/inc/some.intfchange.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/javatests/com/google/dart/compiler/end2end/inc/some.newmethod.dart
diff --git a/compiler/javatests/com/google/dart/compiler/end2end/inc/some.newmethod.dart b/compiler/javatests/com/google/dart/compiler/end2end/inc/some.newmethod.dart
index 9cc813f9c4a0f8fdc3e269cc6f6f64f305688e64..210b2fbdf1a7b1648dfa589dbea74a1ec00caee7 100644
--- a/compiler/javatests/com/google/dart/compiler/end2end/inc/some.newmethod.dart
+++ b/compiler/javatests/com/google/dart/compiler/end2end/inc/some.newmethod.dart
@@ -7,3 +7,10 @@ interface SomeClass factory SomeClassImpl {
String get message();
newMethod();
}
+
+interface SomeInterface2 {
+}
+
+// myother7.dart/Baz depends on SomeClass2 which depends on SomeInterface2
+class SomeClass2 implements SomeInterface2 {
+}
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/end2end/inc/some.intfchange.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698