blob: cadd8dcc9c6e00c52971aebf77027faf0e2517cd [file] [log] [blame]
try
{
do
{
i++;
}
while (i < 30);
if (bool)
{
synchronized (this)
{
System.out.println();
}
}
}
catch (Exception e)
{
}
finally
{
i++;
}