Files
kotlin-fork/idea/testData/navigation/gotoTestOrCode/fromJavaTestToKotlinFile.2.kt
T
2015-12-08 16:20:47 +03:00

7 lines
97 B
Kotlin
Vendored

@file:JvmName("FooUtils")
@file:JvmMultifileClass
import junit.framework.TestCase
fun bar() {
}