blob: 34c98500412edd0966208b8b7a4be9069e738ba7 [file] [log] [blame]
import static org.junit.Assert.assertNull;
class OutsideTestMethod {
void m() {
<caret>assertNull("asdf");
}
}