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

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: 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.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..c027feba6aeb53753863d11d1c512eb7c90ec6c4 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 {
+}
+
+// my.dart/Baz depends on SomeClass2 depends on SomeInterface2
+class SomeClass2 implements SomeInterface2 {
+}

Powered by Google App Engine
This is Rietveld 408576698