babel/test/fixtures/traceur/Scope/Error_Disabled.js
2015-01-04 19:40:09 +11:00

7 lines
90 B
JavaScript

// Options: --block-binding=false
// Error: :5:3: Unexpected token let
{
let x = 42;
}