prettier/tests/flow_comments/class.js

6 lines
77 B
JavaScript

class A {
x /*: string */;
method(a /*: T */, b /*: T */) /*: T */ {}
}