blob: 1622f5eded8e1c89e9a87829703cd0cf21db8890 [file] [log] [blame]
class KeepCommentsAndWhitespace {
static {
System.out.println("select foo_id, bar, baz " +
"from foo f " +
"where bar=1 " +
" and baz=2 and gazonk < (" + // comment
" select count(distinct feeble) " +
" from dribble " +
" where zabble = f.bar)");
}
}