| Index: tests/html/js_typed_interop_test.dart
|
| diff --git a/tests/html/js_typed_interop_test.dart b/tests/html/js_typed_interop_test.dart
|
| index 7325a87029b96e99f2d381aeca67b8201272c1b3..baf4d49c58d866af295c587035b6ac891382f838 100644
|
| --- a/tests/html/js_typed_interop_test.dart
|
| +++ b/tests/html/js_typed_interop_test.dart
|
| @@ -114,6 +114,7 @@ class Foo {
|
| external static int multiplyDefault2(int a, [int b]);
|
| }
|
|
|
| +@anonymous
|
| @JS()
|
| class ExampleLiteral {
|
| external factory ExampleLiteral({int x, String y, num z});
|
|
|