mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-11 11:36:59 +07:00
PsiDocMethodOrFieldRef: fixed javadoc resolve for references without param types (IDEA-205390)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* {@link #foo}
|
||||
*/
|
||||
class Foo {
|
||||
void foo(Foo p1, Foo p2) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user