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

Unified Diff: tests/html/js_typed_interop_anonymous_exp_test.dart

Issue 1871573002: Breaking Change: Support @JS at library level (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Updated to WebKit updated tests Created 4 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
« no previous file with comments | « tests/html/js_typed_interop_anonymous2_test.dart ('k') | tests/html/js_typed_interop_anonymous_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/js_typed_interop_anonymous_exp_test.dart
diff --git a/tests/html/js_typed_interop_anonymous_exp_test.dart b/tests/html/js_typed_interop_anonymous_exp_test.dart
index 40a04aa8b4ebd3fff48571c8f80225c4c23839e0..8fdd50f09c66c3685a9c98cbea1aad30ae4fb15f 100644
--- a/tests/html/js_typed_interop_anonymous_exp_test.dart
+++ b/tests/html/js_typed_interop_anonymous_exp_test.dart
@@ -6,6 +6,7 @@
// Same test as js_typed_interop_anonymous, but using the
// --experimental-trust-js-interop-type-annotations flag.
+@JS()
library js_typed_interop_anonymous_exp_test;
import 'dart:html';
« no previous file with comments | « tests/html/js_typed_interop_anonymous2_test.dart ('k') | tests/html/js_typed_interop_anonymous_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698