blob: 369c92ea185f17196e23533137a0545f30508c5e [file] [log] [blame]
import static org.junit.Assert.assertTrue;
class StaticImportWithoutTestMethod {
void t() {
<caret>assertTrue(false);
}
}