Files
babel/packages/babel-parser/test/fixtures/flow/this-annotation/this-constructor-declare/input.js
2021-02-21 17:44:27 +01:00

4 lines
56 B
JavaScript

declare class A {
constructor(this : number) : A;
}