+1
-1
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user