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

Unified Diff: compiler/javatests/com/google/dart/compiler/end2end/inc/some.intfchange.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
Index: compiler/javatests/com/google/dart/compiler/end2end/inc/some.intfchange.dart
diff --git a/compiler/javatests/com/google/dart/compiler/end2end/inc/some.intfchange.dart b/compiler/javatests/com/google/dart/compiler/end2end/inc/some.intfchange.dart
index cbc856c0997dfadf2b2fcfd1d4832affbedb2be6..ef077e5e316a20b0ff47df0fa4c90431829b98d9 100644
--- a/compiler/javatests/com/google/dart/compiler/end2end/inc/some.intfchange.dart
+++ b/compiler/javatests/com/google/dart/compiler/end2end/inc/some.intfchange.dart
@@ -6,3 +6,10 @@ interface SomeClass factory SomeClassImpl {
SomeClass();
String get message(); // Added return type
}
+
+interface SomeInterface2 {
+}
+
+// myother7.dart/Baz depends on SomeClass2 which depends on SomeInterface2
+class SomeClass2 implements SomeInterface2 {
+}

Powered by Google App Engine
This is Rietveld 408576698