18671868186918701871187218731874187518761877
if (!success) { final ICompilerProblem lastError = Iterables.getLast(errors, null); if (lastError == null || lastError.getLine() < buffer.previous().getLine()) { addProblem(new CanNotInsertSemicolonProblem(buffer.LT(1))); } } return success; }