From d850636479c5d1b192c5239d9a5ca7bc0bd82385 Mon Sep 17 00:00:00 2001 From: Geoffrey Washburn Date: Tue, 5 Aug 2008 10:36:52 +0000 Subject: All these tests in pending currently pass for me. Lets see what happens with the commit and nightly builds. --- test/files/run/exoticnames.check | 0 test/files/run/exoticnames.scala | 7 +++++++ 2 files changed, 7 insertions(+) create mode 100644 test/files/run/exoticnames.check create mode 100644 test/files/run/exoticnames.scala (limited to 'test/files/run') diff --git a/test/files/run/exoticnames.check b/test/files/run/exoticnames.check new file mode 100644 index 0000000000..e69de29bb2 diff --git a/test/files/run/exoticnames.scala b/test/files/run/exoticnames.scala new file mode 100644 index 0000000000..7c8dcea5e8 --- /dev/null +++ b/test/files/run/exoticnames.scala @@ -0,0 +1,7 @@ +// this is a run-test because the compiler should emit bytecode that'll pass the JVM's verifier +object Test extends Application { + def `(` = error("bla") + def `.` = error("bla") + def `)` = error("bla") + def `,` = error("bla") +} \ No newline at end of file -- cgit v1.2.3