TypeScript/tests/baselines/reference/debugger.types

10 lines
152 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/compiler/debugger.ts ===
debugger;
function foo() {
2015-04-13 23:01:57 +02:00
>foo : () => void, Symbol(foo, Decl(debugger.ts, 0, 9))
2014-08-15 23:33:16 +02:00
debugger;
}