479711e812
Tweaked test generator to avoid creating test methods for parent directory of tests.
9 lines
76 B
Kotlin
Vendored
9 lines
76 B
Kotlin
Vendored
package test
|
|
class Foo {
|
|
fun f() {
|
|
Bar()
|
|
}
|
|
|
|
class Boo
|
|
}
|