9 lines
174 B
Plaintext
Vendored
9 lines
174 B
Plaintext
Vendored
package test
|
|
|
|
class Klass {
|
|
companion object {
|
|
// Old and new constant values are different, but their hashes are the same
|
|
const val CONST = "Ae"
|
|
}
|
|
}
|