blob: 5bf7c4d7c1fb44f896999d755e7ed4c4b313039a [file] [log] [blame]
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
class StaticImportWithoutTestMethod {
void t() {
assertFalse(!false);
}
}