mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 18:17:08 +07:00
GitOrigin-RevId: 313091e94f8b65d379615f91dca7b975428aeeba
13 lines
209 B
Java
13 lines
209 B
Java
class X {
|
|
|
|
/// Has a method called {@link #mymethod(int)}.
|
|
|
|
public class TestRefactorLink {
|
|
|
|
/// @return nothing
|
|
/// @param y yparam
|
|
|
|
public void <caret>mymethod(int y) { }
|
|
}
|
|
}
|