blob: f68ab15fb7dda63a5b7e452c07fd9e3d029f2df5 [file] [log] [blame]
package test;
public interface A {
void foo(int javaName);
}