!7 sS snippetID = #1015364; p { S src = getServerTranspiledWithoutLibs(snippetID); try { javaParseCompilationUnit(src); print(snippetID + " parsed OK"); } catch e { S msg = firstLine(innerMessage(e)); print(msg); int line = parseIntOpt(regexpFirstGroupIC("line (\\d+)", msg)); if (line != 0) print(lineRange(src, line-2, line)); } }