479711e812
Tweaked test generator to avoid creating test methods for parent directory of tests.
9 lines
164 B
Kotlin
9 lines
164 B
Kotlin
package test
|
|
|
|
trait Trait {
|
|
class object {
|
|
// Old and new constant values are different, but their hashes are the same
|
|
val CONST = "BF"
|
|
}
|
|
}
|