Fix test data

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