8fcda32287
#KT-10133 Fixed
8 lines
240 B
Kotlin
Vendored
8 lines
240 B
Kotlin
Vendored
// CONFIGURE_LIBRARY: JUnit@lib/junit-4.12.jar
|
|
// REF: /src.fromKotlinTestToKotlinFile.kt
|
|
// REF: /src.fromKotlinTestToKotlinFile.2.kt
|
|
import junit.framework.TestCase
|
|
|
|
class <caret>FooUtilsTest : TestCase()
|
|
|
|
class FooUtilsTest2 : TestCase() |