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