mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-27 22:09:57 +07:00
10 lines
182 B
Java
10 lines
182 B
Java
class X {
|
|
|
|
/**
|
|
* Has a method called {@link #mymethod(int, boolean)}.
|
|
*/
|
|
public class TestRefactorLink {
|
|
public void mymethod(int y, boolean b) { }
|
|
}
|
|
}
|