From 2bdd20d023c842472139abf995543d2dda5c28d5 Mon Sep 17 00:00:00 2001 From: Miles Sabin Date: Mon, 19 Oct 2009 18:30:07 +0000 Subject: Fix and test for #1674; we aren't supposed to b... Fix and test for #1674; we aren't supposed to be validating positions if there are syntax errors ... ensure that's so; we are supposed to be validating positions when -Yide-debug is set ... ensure that's so. --- test/files/positions/Unsupported1.scala | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/files/positions/Unsupported1.scala (limited to 'test/files/positions') diff --git a/test/files/positions/Unsupported1.scala b/test/files/positions/Unsupported1.scala new file mode 100644 index 0000000000..1dca4ad6bb --- /dev/null +++ b/test/files/positions/Unsupported1.scala @@ -0,0 +1,3 @@ +object Unsupported1 { + 1 match { case rest } => rest } +} -- cgit v1.2.3