Fix test data

Original commit: bee0fb6283
This commit is contained in:
Michael Bogdanov
2015-10-13 16:16:12 +03:00
parent c8f50089a8
commit ba98b64776
@@ -3,6 +3,6 @@ package test
interface Trait {
companion object {
// Old and new constant values are different, but their hashes are the same
val CONST = "Ae"
const val CONST = "Ae"
}
}