Files
kotlin-fork/idea/idea-completion/testData/injava/AnnotationParameter.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

9 lines
124 B
Java
Vendored

package test;
@mockLib.foo.Anno(<caret>)
public class Testing {
}
// EXIST: c
// EXIST: d
// LIGHT_CLASS: mockLib.foo.Anno