Chromium Code Reviews| Index: test/codegen/expect/covariance.js |
| diff --git a/test/codegen/expect/covariance.js b/test/codegen/expect/covariance.js |
| index 030ab955718927acc938f987c2b44f63463e90ad..e3d53be0aeaa3e435ba06864959541bd30a32626 100644 |
| --- a/test/codegen/expect/covariance.js |
| +++ b/test/codegen/expect/covariance.js |
| @@ -20,6 +20,9 @@ var covariance; |
| }); |
| let Foo = Foo$(); |
| class Bar extends Foo$(core.int) { |
| + Bar() { |
| + super.Foo(); |
| + } |
| add(x) { |
| core.print(`Bar.add got ${x}`); |
| super.add(x); |