Test data: add package statements to some of the files in KotlinSourceInJavaCompletionTest test data

Since having package statement trigger additional checks that could potentially lead to stub computation
Tests FakeFileForLightClass
This commit is contained in:
Pavel V. Talanov
2015-11-05 18:20:36 +03:00
parent 085d95a5b8
commit 2596197fd9
8 changed files with 16 additions and 0 deletions
@@ -1,3 +1,5 @@
package test;
public class Testing {
public static void test(mockLib.foo.LibClass.Nested p) {
p.<caret>