TypeScript/tests/cases/compiler/undefinedSymbolReferencedInArrayLiteral1.ts
2014-07-12 17:30:19 -07:00

7 lines
154 B
TypeScript

var tokens = [{ startIndex: deltaOffset }];
var functions = [function() {
[1, 2, 3].NonexistantMethod();
anotherNonExistingMethod();
}];