| Index: test/codegen/expect/dir/html_input_c.js
|
| diff --git a/test/codegen/expect/dir/html_input_c.js b/test/codegen/expect/dir/html_input_c.js
|
| index dc2fc3141abc6b470909bc87c6c1a825e572ae6c..5dc4609ebb2f59a9bbbb71912ad4057af3d847a9 100644
|
| --- a/test/codegen/expect/dir/html_input_c.js
|
| +++ b/test/codegen/expect/dir/html_input_c.js
|
| @@ -3,7 +3,7 @@ var html_input_c;
|
| 'use strict';
|
| dart.defineLazyProperties(exports, {
|
| get y() {
|
| - return 3 + html_input_e.w;
|
| + return 3 + dart.notNull(html_input_e.w);
|
| },
|
| set y(_) {}
|
| });
|
|
|