summaryrefslogtreecommitdiff
path: root/tests/testdata/type_definitions/bar.js
blob: e9c2e5193cce2174462772f124bb7c97c76ff319 (plain)
1
2
3
4
5
export class Bar {
  constructor() {
    this.baz = "baz";
  }
}