blob: 5989bc5860d0e4ff07f4be4f548f1d0a673b2bb2 [file] [log] [blame]
package VariousTypeReferences;
public class B {
void foo(A a) {
}
}