From f0cde59118cb35a702c58b0c6ddddbc6552ecb1f Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Mon, 16 Apr 2007 11:48:04 +0000 Subject: "fixed" bug 1040, re-opened as 1046 tcpoly_parseridioms no longer uses exotic method names -- exoticnames.scala is a dedicated test that I feel should pass (it doesn't) --- test/pending/run/exoticnames.check | 0 test/pending/run/exoticnames.scala | 7 +++++++ 2 files changed, 7 insertions(+) create mode 100644 test/pending/run/exoticnames.check create mode 100644 test/pending/run/exoticnames.scala (limited to 'test/pending') diff --git a/test/pending/run/exoticnames.check b/test/pending/run/exoticnames.check new file mode 100644 index 0000000000..e69de29bb2 diff --git a/test/pending/run/exoticnames.scala b/test/pending/run/exoticnames.scala new file mode 100644 index 0000000000..7c8dcea5e8 --- /dev/null +++ b/test/pending/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