Files
kotlin-fork/idea/testData/navigation/gotoTestOrCode/fromKotlinTestToJavaClass.main.kt
T
Alexey Sedunov ae9bd371e6 Unit Test Tooling: Test navigation
#KT-6472 In Progress
2015-10-11 01:13:48 +03:00

5 lines
126 B
Kotlin
Vendored

// CONFIGURE_LIBRARY: JUnit@lib/junit-4.12.jar
// REF: Foo
import junit.framework.TestCase
class <caret>FooTest2 : TestCase()