Files
kotlin-fork/idea/idea-completion/testData/injava/mockLib/facades/RenamedFileFacade.kt
T
Alexander Podkhalyuzin 812d3d9ce6 Fixed testdata to have the same package/file structure, otherwise it
will not work with Java 9.
2018-10-25 11:16:37 +03:00

6 lines
59 B
Kotlin
Vendored

@file:JvmName("RenamedNew")
package facades
fun foo() {
}