deno/tests/error_003_typescript.ts
Ryan Dahl e7cab71574
runtime.ts refactor into compiler.ts (#564)
Adds compiler_test.ts
2018-08-22 17:17:26 -04:00

3 lines
96 B
TypeScript

// console.log intentionally misspelled to trigger TypeScript error
consol.log("hello world!");