From b5b3ce4df69c6dd19506cd332a97c1ad6660e4a5 Mon Sep 17 00:00:00 2001 From: michelou Date: Thu, 5 Apr 2007 12:59:40 +0000 Subject: 4-digits numbering --- test/files/pos/bug0325.scala | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/files/pos/bug0325.scala (limited to 'test/files/pos/bug0325.scala') diff --git a/test/files/pos/bug0325.scala b/test/files/pos/bug0325.scala new file mode 100644 index 0000000000..4b13c431b7 --- /dev/null +++ b/test/files/pos/bug0325.scala @@ -0,0 +1,4 @@ +class Foobar { + val foo = "foo"; + def foo(bar: String): String = foo + bar; // crashes the compiler +} -- cgit v1.2.3