479711e812
Tweaked test generator to avoid creating test methods for parent directory of tests.
5 lines
86 B
Kotlin
Vendored
5 lines
86 B
Kotlin
Vendored
package test
|
|
|
|
fun main(args: Array<String>) {
|
|
println(a() + b() + other.other())
|
|
} |