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

Unified Diff: test/dart_codegen/expect/core/set.dart

Issue 1112403004: SDK fixes (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Formatting fix Created 5 years, 8 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: test/dart_codegen/expect/core/set.dart
diff --git a/test/dart_codegen/expect/core/set.dart b/test/dart_codegen/expect/core/set.dart
index cd5d2f3321bd5151f39e353de432d7d1e1dfecd8..fbe9ffd8f1a0d2c88eb586f53dd67022d3dcd66d 100644
--- a/test/dart_codegen/expect/core/set.dart
+++ b/test/dart_codegen/expect/core/set.dart
@@ -15,7 +15,7 @@ part of dart.core;
bool containsAll(Iterable<Object> other);
Set<E> intersection(Set<Object> other);
Set<E> union(Set<E> other);
- Set<E> difference(Set<E> other);
+ Set<E> difference(Set<Object> other);
void clear();
Set<E> toSet();
}

Powered by Google App Engine
This is Rietveld 408576698