269ad88f78
Original commit: 11af8ed616
9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
package test
|
|
|
|
class Klass {
|
|
class object {
|
|
// Old and new constant values are different, but their hashes are the same
|
|
val CONST = "Ae"
|
|
}
|
|
}
|