blob: d74b2618d91728d5ede1404c09a3e0c3d994b919 [file] [log] [blame]
package test.jar;
import org.testng.annotations.Test;
public class A {
@Test
public void f() {}
}