TypeScript/tests/cases/compiler/functionExpressionWithResolutionOfTypeNamedArguments01.ts

6 lines
83 B
TypeScript
Raw Normal View History

2015-05-27 23:56:30 +02:00
interface arguments {
}
var x = function f() {
<arguments>arguments;
}