mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
IDEA-42167 Reformat code works wrong
Test data is revised in accordance with corrected algorithm
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class X {
|
||||
|
||||
/**
|
||||
* Has a method called {@link #mymethod(int,int)}.
|
||||
* Has a method called {@link #mymethod(int, int)}.
|
||||
*/
|
||||
public class TestRefactorLink {
|
||||
public void <caret>mymethod(int y, int z) { }
|
||||
|
||||
Reference in New Issue
Block a user