Fix caching of light class data for nested classes

This commit is contained in:
Alexey Sedunov
2013-12-17 17:03:51 +04:00
parent 09642df623
commit 1d03f9f151
31 changed files with 378 additions and 54 deletions
@@ -0,0 +1,5 @@
// PSI_ELEMENT: com.intellij.psi.PsiClass
// OPTIONS: implementingClasses
public interface <caret>A {
}