blob: bd7ee412518a1b49dc03137e29b4c207d623b557 [file] [log] [blame]
import static junit.framework.Assert.fail;
class MyTest {
public void test() {
<caret>fail();
}
}