blob: 4e51b224e9774646e9e9f21f4b35ef08af128426 [file] [log] [blame]
// "Suppress for statement with comment" "true"
class C {
{
//noinspection SpellCheckingInspection
String s = "tyypoo";
System.out.println(s);
}
}