479711e812
Tweaked test generator to avoid creating test methods for parent directory of tests.
13 lines
98 B
Kotlin
Vendored
13 lines
98 B
Kotlin
Vendored
package test
|
|
|
|
fun foo() {
|
|
bar(5)
|
|
baz()
|
|
}
|
|
|
|
fun baz() {
|
|
}
|
|
|
|
val prop1 = ""
|
|
val prop2 = prop1
|