Test completion in script files

Test for 'JavaResolutionUtils.getJavaDescriptorResolver' failing with AE
Part of  EA-105435
This commit is contained in:
Pavel V. Talanov
2017-10-17 17:26:37 +03:00
parent a005f4804e
commit 14f2ede057
8 changed files with 115 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
package test;
public class JavaClass {
public static void staticMethod() {
}
}