blob: 76ed281eedb8ecb8cf48c791d6fcc24e9bcaa5ff [file] [log] [blame]
class Test {
private final String test = "";
{
if (test.isEmpty());
}
}