479711e812
Tweaked test generator to avoid creating test methods for parent directory of tests.
6 lines
83 B
Kotlin
Vendored
6 lines
83 B
Kotlin
Vendored
package test
|
|
|
|
fun main(args: Array<String>) {
|
|
f { println("to be inlined") }
|
|
}
|