479711e812
Tweaked test generator to avoid creating test methods for parent directory of tests.
8 lines
84 B
Kotlin
8 lines
84 B
Kotlin
package test
|
|
|
|
import klass.*
|
|
|
|
fun a(klass: Klass) {
|
|
b(klass)
|
|
println(":)")
|
|
} |