Files
2022-01-12 15:09:45 +01:00

9 lines
174 B
Kotlin
Vendored

package test
class Klass {
companion object {
// Old and new constant values are different, but their hashes are the same
const val CONST = "BF"
}
}