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 c5afb859bf8b91721376a810df766f1f5a99389a..3f3a92cdb0d1677bf2dd9c31b77b4fa292bb5978 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 => ((__x12) => DDC$RT.cast(__x12, dynamic, int, "CastGeneral", """line 665, column 24 of dart:core/string.dart: """, __x12 is int, true))((_position != _nextPosition) ? _position : null); |
+ int get rawIndex => ((__x12) => DEVC$RT.cast(__x12, dynamic, int, "CastGeneral", """line 665, column 24 of dart:core/string.dart: """, __x12 is int, true))((_position != _nextPosition) ? _position : null); |
void set rawIndex(int rawIndex) { |
RangeError.checkValidIndex(rawIndex, string, "rawIndex"); |
reset(rawIndex); |
@@ -85,7 +85,7 @@ RangeError.checkValueInInterval(rawIndex, 0, string.length, "rawIndex"); |
_position = _nextPosition = rawIndex; |
_currentCodePoint = null; |
} |
- int get current => DDC$RT.cast(_currentCodePoint, num, int, "CastGeneral", """line 702, column 23 of dart:core/string.dart: """, _currentCodePoint is int, true); |
+ int get current => DEVC$RT.cast(_currentCodePoint, num, int, "CastGeneral", """line 702, column 23 of dart:core/string.dart: """, _currentCodePoint is int, true); |
int get currentSize => _nextPosition - _position; |
String get currentAsString { |
if (_position == _nextPosition) return null; |