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:
@@ -1,3 +1,5 @@
|
||||
package test;
|
||||
|
||||
public class Testing {
|
||||
public static void test(mockLib.foo.LibClass.Nested p) {
|
||||
p.<caret>
|
||||
|
||||
Reference in New Issue
Block a user