Closed cxcorp closed 7 years ago
Minimal example in the sandbox:
import "stdio.h" func main() { let bar = "foo" // ^ unexpected identifier }
Thanks! delta-sandbox wasn't using an up-to-date version of Delta so it didn't know of let. This specific bug is now fixed but there are other bugs that currently prevent compilation in the sandbox.
let
Minimal example in the sandbox: