Files
babel/packages/babel-parser/test/fixtures/flow/proto-props/interface/input.js
2018-05-30 22:12:33 +02:00

4 lines
35 B
JavaScript

interface I {
proto p: string;
}