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

13 lines
140 B
Kotlin
Vendored

@file:JvmName("FooUtils")
@file:JvmMultifileClass
import junit.framework.TestCase
class Foo
fun foo() {
}
val x = 1
@JvmField val y = 2