We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5798b commit 35d2f46Copy full SHA for 35d2f46
Common/src/main/java/at/petrak/hexcasting/api/casting/eval/vm/ContinuationFrame.kt
@@ -46,8 +46,8 @@ interface ContinuationFrame {
46
* Return the number of iotas contained inside this frame, used for determining whether it is valid to serialise.
47
*/
48
fun size(): Int
49
- fun depth(): Int
50
- fun subIotas(): Iterable<Iota>?
+ fun depth(): Int = 0
+ fun subIotas(): Iterable<Iota>? = null
51
52
val type: Type<*>
53
0 commit comments