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