TypeScript/tests/cases/compiler/modifierOnParameter1.ts

3 lines
43 B
TypeScript
Raw Normal View History

class C {
constructor(declare p) { }
}