Open mschlaipfer opened 2 years ago
datatype D = C0 method foo(d: D, s: string) returns (resD: D, resS: string) ensures old(d) == resD ensures old(s) == resS { return (d,s); }
Callstack: https://gist.github.com/mschlaipfer/379ee86a5105b6211e4f00ad4f463ce3 Dafny version: 3.5.0.40314 VSCode plugin: 2.3.0
I can't reproduce this. It seems like you need a sequence of steps for this crash to occur.
Reproduced. Note that this problem also occurs on the Dafny CLI for 3.5.0.40314
Callstack: https://gist.github.com/mschlaipfer/379ee86a5105b6211e4f00ad4f463ce3 Dafny version: 3.5.0.40314 VSCode plugin: 2.3.0