From ed96cbb6a1634de78100a41834ec2b6c6fa276f0 Mon Sep 17 00:00:00 2001 From: Lex Spoon Date: Fri, 17 Feb 2006 16:54:08 +0000 Subject: --- test/files/pos/cfcrash.scala | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/files/pos/cfcrash.scala (limited to 'test') diff --git a/test/files/pos/cfcrash.scala b/test/files/pos/cfcrash.scala new file mode 100644 index 0000000000..19475ad4c7 --- /dev/null +++ b/test/files/pos/cfcrash.scala @@ -0,0 +1,4 @@ +object cfcrash { + final val zero = 0 + def blah = 3 / zero // this should not crash the compiler +} -- cgit v1.2.3