## let a = 1; should work. JavaScript's "let" is the same as Dart's "var" -- this is needed to apply more semantically correct transpilation.