blob: 2a0f5437f75255d01dda26910ad8024dab1093ed [file] [log] [blame]
public class Class1 {
public static void foo(){
}
/**
* @see #foo Some text {@link #foo label}
*/
void test() {
}
}