mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
leave foreign params untouched (IDEA-119700)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
class X {
|
||||
|
||||
/**
|
||||
* Has a method called {@link #mymethod(boolean, boolean)}.
|
||||
*/
|
||||
public class TestRefactorLink {
|
||||
/**
|
||||
* @param x aparam
|
||||
* @param b
|
||||
*/
|
||||
public void mymethod(boolean a, boolean b) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user