mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
9 lines
168 B
Plaintext
Vendored
9 lines
168 B
Plaintext
Vendored
package test
|
|
|
|
class Klass {
|
|
companion object {
|
|
// Old and new constant values are different, but their hashes are the same
|
|
val CONST = "Ae"
|
|
}
|
|
}
|