8fcda32287
#KT-10133 Fixed
19 lines
260 B
Kotlin
Vendored
19 lines
260 B
Kotlin
Vendored
// CONFIGURE_LIBRARY: JUnit@lib/junit-4.12.jar
|
|
// REF: (<root>).FooUtilsTest
|
|
// REF: FooUtilsTest2
|
|
@file:JvmName("FooUtils")
|
|
import junit.framework.TestCase
|
|
|
|
class Foo
|
|
|
|
fun <caret>foo() {
|
|
|
|
}
|
|
|
|
val x = 1
|
|
|
|
@JvmField val y = 2
|
|
|
|
class FooUtilsTest : TestCase() {
|
|
|
|
} |