@@ -142,7 +142,7 @@ void _checkConsts(String dillPath, Compiler compiler) {
142142 expectation['nonConstantLocations' ] = < Object ? > [
143143 < String , dynamic > {
144144 'file' : 'file://$fixturesUrl /pkg/package.dart' ,
145- 'line' : 13 ,
145+ 'line' : 17 ,
146146 'column' : 25 ,
147147 },
148148 ];
@@ -256,27 +256,27 @@ void _checkNonConstsFrontend(String dillPath, Compiler compiler) {
256256 'nonConstantLocations' : < dynamic > [
257257 < String , dynamic > {
258258 'file' : 'file://$fixturesUrl /lib/consts_and_non.dart' ,
259- 'line' : 13 ,
259+ 'line' : 17 ,
260260 'column' : 26 ,
261261 },
262262 < String , dynamic > {
263263 'file' : 'file://$fixturesUrl /lib/consts_and_non.dart' ,
264- 'line' : 16 ,
264+ 'line' : 20 ,
265265 'column' : 7 ,
266266 },
267267 < String , dynamic > {
268268 'file' : 'file://$fixturesUrl /lib/consts_and_non.dart' ,
269- 'line' : 16 ,
269+ 'line' : 20 ,
270270 'column' : 22 ,
271271 },
272272 < String , dynamic > {
273273 'file' : 'file://$fixturesUrl /lib/consts_and_non.dart' ,
274- 'line' : 17 ,
274+ 'line' : 21 ,
275275 'column' : 26 ,
276276 },
277277 < String , dynamic > {
278278 'file' : 'file://$fixturesUrl /pkg/package.dart' ,
279- 'line' : 13 ,
279+ 'line' : 17 ,
280280 'column' : 25 ,
281281 }
282282 ]
@@ -343,27 +343,27 @@ void _checkNonConstsWeb(String dillPath, Compiler compiler) {
343343 'nonConstantLocations' : < dynamic > [
344344 < String , dynamic > {
345345 'file' : 'file://$fixturesUrl /lib/consts_and_non.dart' ,
346- 'line' : 13 ,
346+ 'line' : 17 ,
347347 'column' : 26 ,
348348 },
349349 < String , dynamic > {
350350 'file' : 'file://$fixturesUrl /lib/consts_and_non.dart' ,
351- 'line' : 16 ,
351+ 'line' : 20 ,
352352 'column' : 7 ,
353353 },
354354 < String , dynamic > {
355355 'file' : 'file://$fixturesUrl /lib/consts_and_non.dart' ,
356- 'line' : 16 ,
356+ 'line' : 20 ,
357357 'column' : 22 ,
358358 },
359359 < String , dynamic > {
360360 'file' : 'file://$fixturesUrl /lib/consts_and_non.dart' ,
361- 'line' : 17 ,
361+ 'line' : 21 ,
362362 'column' : 26 ,
363363 },
364364 < String , dynamic > {
365365 'file' : 'file://$fixturesUrl /pkg/package.dart' ,
366- 'line' : 13 ,
366+ 'line' : 17 ,
367367 'column' : 25 ,
368368 }
369369 ],
@@ -581,4 +581,4 @@ class Dart2JSDeepCollectionEquality extends DeepCollectionEquality {
581581 }
582582 return super .equals (e1, e2);
583583 }
584- }
584+ }
0 commit comments