From 14a631a5fec42d04d0723355a0b93e482b5e4662 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 8 May 2009 16:33:15 +0000 Subject: massive new collections checkin. --- test/disabled/plugin-before-parser/testsource.scala | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/disabled/plugin-before-parser/testsource.scala (limited to 'test/disabled/plugin-before-parser/testsource.scala') diff --git a/test/disabled/plugin-before-parser/testsource.scala b/test/disabled/plugin-before-parser/testsource.scala new file mode 100644 index 0000000000..9928aaa83c --- /dev/null +++ b/test/disabled/plugin-before-parser/testsource.scala @@ -0,0 +1,4 @@ +object Test extends Application { + println("beforeparser") +} + -- cgit v1.2.3