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

7 lines
67 B
TypeScript

function foo() {
function bar() { }
var x = bar;
}