blob: 10665f368d84571f2518812ebf3f59cc5b6108bf [file] [log] [blame]
package test0304;
interface Test {
public void foo(int arg);
}