8fcda32287
#KT-10133 Fixed
13 lines
140 B
Kotlin
Vendored
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 |