mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-24 00:50:53 +07:00
fixes IDEA-281568, IDEA-139879, IDEA-55288 GitOrigin-RevId: c0a83cf3288ee5c78ed8c53dd7bae73fc3de59dd
14 lines
240 B
Java
14 lines
240 B
Java
class X {
|
|
|
|
/**
|
|
* Has a method called {@link #mymethod(boolean)}.
|
|
*/
|
|
public class TestRefactorLink {
|
|
/**
|
|
* @param z yparam
|
|
* @return nothing
|
|
*/
|
|
public void mymethod(boolean z) { }
|
|
}
|
|
}
|