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)
if you type
then edit to
the editor crashes (the code parses but
Codedoesn't have a parameter)