mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 08:50:57 +07:00
try to find referenced member inside inner class if failed try enclosing (IDEADEV-40929)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
class Test {
|
||||
|
||||
public void i(int ppp) {}
|
||||
/**
|
||||
* {@link <error>#foo(int)</error>}
|
||||
* {@link #foo()}
|
||||
* {@link #i(int)}
|
||||
*/
|
||||
class A{
|
||||
public void foo() {}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user