prettier/tests/flow/classes/loc.js

6 lines
72 B
JavaScript

/* @flow */
type Foo = number
class Foo {} // error, shadows type Foo