mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 11:18:16 +07:00
try to find referenced member inside inner class if failed try enclosing (IDEADEV-40929)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class Foo {
|
||||
/**
|
||||
* {<warning>@link</warning> #foo()}
|
||||
*/
|
||||
void foo(){}
|
||||
}
|
||||
Reference in New Issue
Block a user