From 5c2635fb90c44dee3a76ae1346845aab7748d738 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Tue, 24 Feb 2009 18:41:14 +0000 Subject: Fix and test case for #1747. --- test/files/run/t1747.scala | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/files/run/t1747.scala (limited to 'test') 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 -- cgit v1.2.3