Refactor Value::toString
This commit is contained in:
parent
18407424fe
commit
62e08a1b75
@ -40,6 +40,8 @@ public interface Value {
|
|||||||
|
|
||||||
override fun hashCode(): Int
|
override fun hashCode(): Int
|
||||||
|
|
||||||
|
override fun toString(): String
|
||||||
|
|
||||||
public companion object {
|
public companion object {
|
||||||
public const val TYPE: String = "value"
|
public const val TYPE: String = "value"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user