TypeScript/tests/cases/compiler/parameterPropertyInConstructor3.ts

4 lines
62 B
TypeScript
Raw Normal View History

class Foo {
constructor(public constructor: string) {}
}