Files
babel/packages/babel-plugin-transform-flow-comments/test/fixtures/flow-comments/class-prop-values/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
74 B
JavaScript

class X {
foo = 2;
bar
/*: number*/
= 3;
/*:: baz: ?string*/
}