mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 21:11:28 +07:00
preserve javadoc refs during inplace rename (IDEA-85817)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
public class Test {
|
||||
/**
|
||||
* @see Test#test(String, int...)
|
||||
* @see Test#<error>test(String, long...)</error>
|
||||
* @see Test#<error descr="Cannot resolve symbol 'test(String, long...)'">test</error>(String, long...)
|
||||
**/
|
||||
void foo() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user