Files
kotlin-fork/jps-plugin/testData/incremental/classObjectConstantChanged/const.kt.new
T
2014-07-07 17:41:37 +04:00

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"
}
}