blob: 7097ddff479425d33b8ba4a51ecd7d39a10477ce [file] [log] [blame]
package test.jarpackages.tests;
import org.testng.annotations.Test;
public class B {
@Test
public void g() {}
}