Refactor Value::toString

This commit is contained in:
Alexander Nozik 2020-12-13 23:00:58 +03:00
parent 18407424fe
commit 62e08a1b75

View File

@ -40,6 +40,8 @@ public interface Value {
override fun hashCode(): Int
override fun toString(): String
public companion object {
public const val TYPE: String = "value"