Copy to interface just companion object public const properties
Original commit: 12afbffb09
This commit is contained in:
+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 = "BF"
|
const val CONST = "BF"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user