aboutsummaryrefslogtreecommitdiff
path: root/src/test/fixtures/class-with-property.ts
blob: 9d555fa2fc2d6c6c1d1e47933f37bebf08fb6db6 (plain) (blame)
1
2
3
4
// @ts-nocheck
class Foo {
  prop: string;
}