summaryrefslogtreecommitdiff
path: root/test/files/t8449/Client.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/t8449/Client.scala')
-rw-r--r--test/files/t8449/Client.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/t8449/Client.scala b/test/files/t8449/Client.scala
new file mode 100644
index 0000000000..5d273f06b2
--- /dev/null
+++ b/test/files/t8449/Client.scala
@@ -0,0 +1,3 @@
+object Client {
+ def foo: Any = new Test().foo
+}