static L toLinesFullTrim_java(S text) { // TODO: shouldn't it be tlft(javaDropComments(text))? ret tlft(joinLines(map javaDropComments(tlft(text)))); }