Warning: session_start(): open(/var/lib/php/sessions/sess_gvc69t0sq1ccdrdf4aa2l3idhc, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
// TODO: line comments inside of /* */ comments (super-special case)
static LS getJavaLineComments(S s) {
LS tok = javaTok(s);
new LS out;
for (int i = 0; i < l(tok); i += 2)
addAll(out, regexpFirstGroups("//(.*?)[\r\n]", tok.get(i)));
ret out;
}