blob: 0bb51b1d44899183e184646695512fec5bec211c [file] [log] [blame]
import java.util.HashMap;
class Foo {
{
new HashMap(<caret>)
}
}