| Index: test/dart_codegen/expect/core/string.dart
|
| diff --git a/test/dart_codegen/expect/core/string.dart b/test/dart_codegen/expect/core/string.dart
|
| index eb769a7fccaa73f6e05645d6d6b2707f813a3361..e521d8bacf1b2841df3dc82c35275e5f4118715c 100644
|
| --- a/test/dart_codegen/expect/core/string.dart
|
| +++ b/test/dart_codegen/expect/core/string.dart
|
| @@ -73,7 +73,7 @@ if (index > 0 && index < string.length && _isLeadSurrogate(string.codeUnitAt(ind
|
| throw new ArgumentError('Index inside surrogate pair: $index');
|
| }
|
| }
|
| - int get rawIndex => ((__x9) => DDC$RT.cast(__x9, dynamic, int, "CastGeneral", """line 665, column 24 of dart:core/string.dart: """, __x9 is int, true))((_position != _nextPosition) ? _position : null);
|
| + int get rawIndex => ((__x14) => DDC$RT.cast(__x14, dynamic, int, "CastGeneral", """line 665, column 24 of dart:core/string.dart: """, __x14 is int, true))((_position != _nextPosition) ? _position : null);
|
| void set rawIndex(int rawIndex) {
|
| RangeError.checkValidIndex(rawIndex, string, "rawIndex");
|
| reset(rawIndex);
|
|
|