blob: fc9a077516a9129d7f3bc5b967903e4902eb25b0 [file] [log] [blame]
// "Suppress for statement with comment" "true"
class C {
{
String s = "<caret>tyypoo";
System.out.println(s);
}
}