5bb5fe0c49
#KT-6586 fixed
Original commit: d1a2fd9c66
9 lines
164 B
Kotlin
9 lines
164 B
Kotlin
package test
|
|
|
|
class Klass {
|
|
class object {
|
|
// Old and new constant values are different, but their hashes are the same
|
|
val CONST = "BF"
|
|
}
|
|
}
|