Files
kotlin-fork/jps-plugin/testData/incremental/pureKotlin/traitClassObjectConstantChanged/const.kt.new
T
Michael Bogdanov bee0fb6283 Fix test data
2015-10-13 16:17:05 +03:00

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