48c9728e70
Tweaked test generator to avoid creating test methods for parent directory of tests.
Original commit: 479711e812
6 lines
79 B
Kotlin
6 lines
79 B
Kotlin
package test
|
|
|
|
fun b(ref: kotlin.test.Asserter) {
|
|
a(ref)
|
|
println(":)")
|
|
} |