programmable-matter icon indicating copy to clipboard operation
programmable-matter copied to clipboard

typechecker crash when `Code` has no parameter

Open jaked opened this issue 4 years ago • 0 comments

if you type

let x = 10

then edit to

let x: Code = 10

the editor crashes (the code parses but Code doesn't have a parameter)

jaked avatar Feb 28 '22 18:02 jaked