Files
kotlin-fork/idea/idea-completion/testData/basic/multifile/ExcludedJavaClass/somePackage/ExctraClass.java
T
2015-09-04 17:23:25 +03:00

6 lines
149 B
Java
Vendored

package somePackage;
// Such strange name here needed to make completion prefix not intersecting with kotlin.Extension
public class ExctraClass {
}