Files
Kmake/deps/v8/test/message/fail/strict-with.out

5 lines
166 B
Plaintext
Raw Normal View History

2026-05-26 23:36:42 -07:00
*%(basename)s:32: SyntaxError: Strict mode code may not include a with statement
with ({}) {}
^^^^
SyntaxError: Strict mode code may not include a with statement