Files
kotlin-fork/idea/idea-completion/testData/basic/multifile/ExcludedJavaClass/somePackage/ExctraClass.java
T
2015-11-30 02:51:04 +03:00

7 lines
162 B
Java
Vendored

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