TypeScript/tests/cases/fourslash/javaScriptModulesError1.ts
2016-01-06 12:47:26 -08:00

12 lines
289 B
TypeScript

///<reference path="fourslash.ts" />
// Error: Having more function parameters than entries in the dependency array
// @allowNonTsExtensions: true
// @Filename: Foo.js
//// define('mod1', ['a'], /**/function(a, b) {
////
//// });
// TODO: what should happen?
goTo.marker();