!7 p-exp { S src = getServerTranspilationWithoutLibs(#1016478); LS tok = javaTok(src); LL classes = allClasses(tok); print(l(classes)); L ranges = magicSubListsToIntRanges(tok, classes); int iTok = 0; for (IntRange r : ranges) { print("before=" + l(subList(tok, iTok, r.start)); iTok = r.end; } print("after=" + l(subList(tok, iTok)); }