aboutsummaryrefslogtreecommitdiff
path: root/src/test/fixtures/class-with-property.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/fixtures/class-with-property.ts')
-rw-r--r--src/test/fixtures/class-with-property.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/fixtures/class-with-property.ts b/src/test/fixtures/class-with-property.ts
new file mode 100644
index 000000000..9c9aee2d4
--- /dev/null
+++ b/src/test/fixtures/class-with-property.ts
@@ -0,0 +1,3 @@
+class Foo {
+ prop: string;
+}