prettier/tests/flow_class_field/override.js

4 lines
41 B
JavaScript
Raw Normal View History

class Foo {
constructor: () => this;
}