479711e812
Tweaked test generator to avoid creating test methods for parent directory of tests.
7 lines
162 B
Kotlin
7 lines
162 B
Kotlin
package test
|
|
|
|
object Object {
|
|
// Value is changed, but we don't care, it is not compile-time constant, and therefore can't be inlined
|
|
val CONST = "old"
|
|
}
|