blob: 1acb4702d5dcfc61ece56b51bea45d7c415356a2 [file] [log] [blame]
// Move foobar
package p1;
import p2.B;
public @interface A {
String foo(B b);
}