Files
kotlin-fork/idea/idea-completion/testData/injava/MultiFileFacadeNoImport.java
T
Pavel V. Talanov 2596197fd9 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
2015-11-10 14:30:54 +03:00

12 lines
154 B
Java
Vendored

package test;
public class Testing {
void f() {
MultiFile<caret>
}
}
// EXIST: MultiFileFacadeClass
// NUMBER: 1
// INVOCATION_COUNT: 2