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