blob: 6073b9a6f5ea2e71f1708122cce0d09f38cbe4bd [file] [log] [blame]
package test010;
public interface InterfaceA
{
public void testMethod();
}