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