479711e812
Tweaked test generator to avoid creating test methods for parent directory of tests.
7 lines
62 B
Kotlin
Vendored
7 lines
62 B
Kotlin
Vendored
package test
|
|
|
|
fun usage(a: Klass) {
|
|
a.foo()
|
|
a.bar()
|
|
}
|