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

9 lines
136 B
TypeScript

//// [abstractInterfaceIdentifierName.ts]
interface abstract {
abstract(): void;
}
//// [abstractInterfaceIdentifierName.js]