Fix test data
This commit is contained in:
+1
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user