9 lines
168 B
Kotlin
9 lines
168 B
Kotlin
package test
|
|
|
|
class Klass {
|
|
companion object {
|
|
// Old and new constant values are different, but their hashes are the same
|
|
val CONST = "BF"
|
|
}
|
|
}
|