restoreLastErrorPos method
Implementation
@pragma('vm:prefer-inline')
void restoreLastErrorPos(int pos) {
if (lastErrorPos < pos) {
lastErrorPos = pos;
}
}
@pragma('vm:prefer-inline')
void restoreLastErrorPos(int pos) {
if (lastErrorPos < pos) {
lastErrorPos = pos;
}
}