TypeScript/tests/cases/compiler/ClassDeclarationWithInvalidConstOnPropertyDeclaration.ts

3 lines
47 B
TypeScript
Raw Normal View History

class AtomicNumbers {
static const H = 1;
}