TypeScript/tests/cases/compiler/constInClassExpression.ts

4 lines
39 B
TypeScript
Raw Normal View History

let C = class {
const a = 4;
};