prettier/tests/flow_generic/interface.js

3 lines
59 B
JavaScript

interface A { 'C': string; }
interface B { "D": boolean; }