blob: 5af128b5478b3ea8807ba690b662b8c614514af3 [file] [log] [blame]
import static org.junit.Assert.assertEquals;
class OutsideTestMethod {
void m() {
<caret>assertEquals("asdf", null);
}
}