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