swc/crates/swc_ecma_parser/tests/tsc/parserInterfaceKeywordInEnum1.ts

6 lines
43 B
TypeScript

"use strict";
enum Bar {
interface,
}