Fast implementation for KtLightClassForExplicitDeclaration#getContainingClass()

Prevent computing stubs for light classes for nested/inner classes when calling completion from java
This commit is contained in:
Pavel V. Talanov
2015-11-06 14:22:30 +03:00
parent 73cb94a3b2
commit ad87ec12cd
6 changed files with 39 additions and 0 deletions
@@ -0,0 +1,12 @@
package test;
import mockLib.foo
public class Testing {
public static void test() {
Nest<caret>
}
}
// EXIST: Nested
// EXIST: NestedObject