summaryrefslogtreecommitdiff
path: root/test/files/run
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run')
-rw-r--r--test/files/run/t1747.scala6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/run/t1747.scala b/test/files/run/t1747.scala
new file mode 100644
index 0000000000..bcda6b52d1
--- /dev/null
+++ b/test/files/run/t1747.scala
@@ -0,0 +1,6 @@
+object Foo extends Foo {
+ def f {}
+}
+class Foo
+
+object Test extends Application { Foo } \ No newline at end of file