Files
babel/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/10/input.js
2018-07-24 09:25:55 +02:00

5 lines
52 B
JavaScript

interface IFoo {
x: boolean;
static (): void;
}