TypeScript/tests/baselines/reference/abstractInterfaceIdentifierName.symbols
2015-06-19 15:45:18 -07:00

10 lines
276 B
Plaintext

=== tests/cases/compiler/abstractInterfaceIdentifierName.ts ===
interface abstract {
>abstract : Symbol(abstract, Decl(abstractInterfaceIdentifierName.ts, 0, 0))
abstract(): void;
>abstract : Symbol(abstract, Decl(abstractInterfaceIdentifierName.ts, 1, 20))
}