blob: e3291d9d271fc323b60b443e667aeba8631987f4 [file] [log] [blame]
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
class OutsideTestMethod {
void m() {
assertNull("asdf");
}
}