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