TypeScript/tests/cases/compiler/abstractInterfaceIdentifierName.ts

5 lines
46 B
TypeScript
Raw Normal View History

2015-04-30 18:34:06 +02:00
interface abstract {
abstract(): void;
}