Files
kotlin-fork/idea/idea-completion/testData/basic/multifile/ExcludedJavaClass/somePackage/ExctraClass.java
T
Alexander Udalov 7449ad2763 Rename Extension annotation to ExtensionFunctionType
The old one is kept temporarily and will be removed later
2015-12-21 20:33:32 +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 {
}