mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 18:58:31 +07:00
IDEA-66081 (resolve methods in javadoc by signatures)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package pkg;
|
||||
|
||||
/**
|
||||
* @see #method(pkg.B0.C[])
|
||||
* @see #method(B0.C[])
|
||||
* @see #method(B0.C...)
|
||||
*/
|
||||
class A0 {
|
||||
public void method(B0.C[] c) { }
|
||||
}
|
||||
|
||||
class B0 {
|
||||
class C {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user