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