aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/typescript/foo.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/typescript/foo.ts')
-rw-r--r--tests/auto/blackbox/testdata/typescript/foo.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/typescript/foo.ts b/tests/auto/blackbox/testdata/typescript/foo.ts
new file mode 100644
index 000000000..3554d317a
--- /dev/null
+++ b/tests/auto/blackbox/testdata/typescript/foo.ts
@@ -0,0 +1,5 @@
+export class Greeter {
+ public getGreeting(): string {
+ return "guten Tag!";
+ }
+}