From b1cf78869fcb70db18af04d9626d26b95876f652 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 23 May 2008 15:31:50 +0000 Subject: Fixed #807. Removed debug outout in JavaParsers. --- test/files/run/t0807.check | 1 + test/files/run/t0807.scala | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 test/files/run/t0807.check create mode 100644 test/files/run/t0807.scala (limited to 'test') diff --git a/test/files/run/t0807.check b/test/files/run/t0807.check new file mode 100644 index 0000000000..c862cba6b4 --- /dev/null +++ b/test/files/run/t0807.check @@ -0,0 +1 @@ +early diff --git a/test/files/run/t0807.scala b/test/files/run/t0807.scala new file mode 100644 index 0000000000..e69aa1c71c --- /dev/null +++ b/test/files/run/t0807.scala @@ -0,0 +1,5 @@ +trait A +trait B extends A { val x = println("early") } +object Test extends Application { + new B {} +} -- cgit v1.2.3