| Index: dart/frog/tests/leg_only/src/CompileTimeConstant4Test.dart
|
| diff --git a/dart/frog/tests/leg_only/src/CompileTimeConstant4Test.dart b/dart/frog/tests/leg_only/src/CompileTimeConstant4Test.dart
|
| index e82c8c3339676e5193054e4706728e47c6fcfbe9..1becfd3a5c8c79baca25464c3e2316f56609589a 100644
|
| --- a/dart/frog/tests/leg_only/src/CompileTimeConstant4Test.dart
|
| +++ b/dart/frog/tests/leg_only/src/CompileTimeConstant4Test.dart
|
| @@ -21,7 +21,7 @@ final g6 = x
|
| + false /// 05: compile-time error
|
| ;
|
| final g7 = "foo"
|
| - + x[0]; /// 06: compile-time error
|
| + + x[0] /// 06: compile-time error
|
| ;
|
| final g8 = 1
|
| + x.length /// 07: compile-time error
|
|
|