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