TypeScript/tests/cases/compiler/commentOnArrayElement12.ts

4 lines
46 B
TypeScript
Raw Normal View History

const array = [
,, /* comment */
];