ae9bd371e6
#KT-6472 In Progress
9 lines
174 B
Kotlin
Vendored
9 lines
174 B
Kotlin
Vendored
// CONFIGURE_LIBRARY: JUnit@lib/junit-4.12.jar
|
|
// REF: (<root>).Foo
|
|
import junit.framework.TestCase
|
|
|
|
class Foo
|
|
|
|
class <caret>FooTest : TestCase()
|
|
|
|
class FooTest2 : TestCase() |