babel/test/fixtures/traceur/Syntax/Error_WithInModule.module.js
2015-01-04 19:40:09 +11:00

4 lines
80 B
JavaScript

// Error: :3:1: Strict mode code may not include a with statement
with ({}) {}