mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-24 09:20:53 +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