mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
GitOrigin-RevId: 313091e94f8b65d379615f91dca7b975428aeeba
9 lines
168 B
Java
9 lines
168 B
Java
class X {
|
|
|
|
/// Has a method called {@link #mymethod(int, boolean)}.
|
|
|
|
public class TestRefactorLink {
|
|
public void mymethod(int y, boolean b) { }
|
|
}
|
|
}
|