TypeScript/tests/baselines/reference/anonymousClassExpression1.symbols
2015-06-18 13:56:21 -07:00

7 lines
182 B
Plaintext

=== tests/cases/compiler/anonymousClassExpression1.ts ===
function f() {
>f : Symbol(f, Decl(anonymousClassExpression1.ts, 0, 0))
return typeof class {} === "function";
}