Files
kotlin-fork/idea/testData/search/junit/testJunit3.kt
T
2013-01-15 15:32:02 +04:00

12 lines
237 B
Kotlin
Vendored

import junit.framework.TestCase
class Test1: TestCase() {
fun test1() {}
}
class Test2: junit.framework.TestCase() {
fun test2() {}
}
// CLASS: junit.framework.TestCase
// SEARCH: KotlinLightClass:Test1, KotlinLightClass:Test2