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