blob: b0d2afc3e573d2eae40a96636d8a4349e7d679c6 [file] [log] [blame]
import java.io.File;
class Foo {
{
File file = new File("some.txt");
<caret>
}
}