prettier/tests/flow_comments/class.js

6 lines
77 B
JavaScript
Raw Normal View History

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