Files
babel/packages/babel-plugin-transform-flow-comments/test/fixtures/flow-comments/def-site-variance/expected.js
Justin Ridgewell 78544417fc Remove noop (#5970)
It’s ugly, but it gets the job done. And it unblocks my babel-type
changes.
2017-07-20 11:36:13 -04:00

9 lines
89 B
JavaScript

class C
/*:: <+T, -U>*/
{}
function f
/*:: <+T, -U>*/
() {}
/*:: type T<+T, -U> = {};*/