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

Unified Diff: test/generated_sdk/lib/core/core.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/generated_sdk/lib/core/core.dart
diff --git a/test/generated_sdk/lib/core/core.dart b/test/generated_sdk/lib/core/core.dart
index 91c8fd2300f16f3303d45c4f211c1a842ebc550f..71d53fc3d238e721c7c87f3f9262b942108a2ece 100644
--- a/test/generated_sdk/lib/core/core.dart
+++ b/test/generated_sdk/lib/core/core.dart
@@ -212,6 +212,9 @@ _symbolMapToStringMap(Map<Symbol, dynamic> map) {
});
return result;
}
+class SupportJsExtensionMethods {
+ const SupportJsExtensionMethods();
+}
class _ListConstructorSentinel {
const _ListConstructorSentinel();
}

Powered by Google App Engine
This is Rietveld 408576698