479711e812
Tweaked test generator to avoid creating test methods for parent directory of tests.
6 lines
51 B
Kotlin
Vendored
6 lines
51 B
Kotlin
Vendored
package test
|
|
|
|
class Klass {
|
|
fun foo() = ":)"
|
|
}
|