mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
14 lines
242 B
Java
14 lines
242 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) { }
|
|
}
|
|
}
|