Files
kotlin-fork/idea/idea-completion/testData/basic/multifile/ExcludedJavaClass/somePackage/ExctraClass.java
T
Alexander Udalov 877129340f Revert "Rename Extension annotation to ExtensionFunctionType"
This reverts commit 460dad135c.

The old compiler will not see the new runtime correctly. Postponing this until
1.0
2015-11-30 19:24:58 +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 {
}