7de6c30506
Add test for junit
12 lines
231 B
Kotlin
12 lines
231 B
Kotlin
import junit.framework.TestCase
|
|
|
|
class Test1: TestCase() {
|
|
fun test1() {}
|
|
}
|
|
|
|
class Test2: junit.framework.TestCase() {
|
|
fun test2() {}
|
|
}
|
|
|
|
// CLASS: junit.framework.TestCase
|
|
// SEARCH: JetLightClass:Test1, JetLightClass:Test2 |