Index: tests/html/js_dispatch_property_test_lib.dart |
diff --git a/tests/html/js_dispatch_property_test_lib.dart b/tests/html/js_dispatch_property_test_lib.dart |
index 77e371cf389debdb006e2568d6676d2a68fad97b..80a87a1771769d669c4eb9e259a3ee5d8e51775b 100644 |
--- a/tests/html/js_dispatch_property_test_lib.dart |
+++ b/tests/html/js_dispatch_property_test_lib.dart |
@@ -10,7 +10,8 @@ import 'package:js/js.dart'; |
@JS() |
external A create(); |
-@JS() @anonymous |
+@JS() |
+@anonymous |
class A { |
external String foo(String x); |
} |