try to find referenced member inside inner class if failed try enclosing (IDEADEV-40929)

This commit is contained in:
anna
2009-10-21 13:38:35 +04:00
parent d349ae724f
commit 58ccc4c14b
41 changed files with 465 additions and 7 deletions
@@ -0,0 +1,6 @@
class Test {
/**
* @throws java.io.EOFException sometimes
*/
public void foo() throws java.io.IOException {}
}