blob: bcc1d55c1423d893c4abf791501eccb86efb17c9 [file] [log] [blame]
import static Foo.assertNotNull;
class Foo {
static void assertNotNull() {}
}
class Bar {
{
assertNotNull();<caret> lists.get(0).size() > 0);
}
}