blob: 9d607cb34a76fd7d24183aca2ff930f52bdaa5fb [file] [log] [blame]
class CastTest
{
public static void main (String[] args) throws CloneNotSupportedException
{
int i = 0;
synchronized ((Object)i){}
}
}