479711e812
Tweaked test generator to avoid creating test methods for parent directory of tests.
5 lines
87 B
Kotlin
5 lines
87 B
Kotlin
package test
|
|
|
|
fun main(args: Array<String>) {
|
|
val x = Object.CONST + Object.CONST
|
|
} |