blob: 96be19ed47a7e34ad9b4561f41cf58015486a224 [file] [log] [blame]
import org.junit.Test;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.assertFalse;
class X {
@Test
void t() {
<caret>assertTrue(true);
}
}