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/bug0093.scala | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/files/pos/bug0093.scala (limited to 'test/files/pos/bug0093.scala') diff --git a/test/files/pos/bug0093.scala b/test/files/pos/bug0093.scala new file mode 100644 index 0000000000..d648d773b0 --- /dev/null +++ b/test/files/pos/bug0093.scala @@ -0,0 +1,4 @@ +object Bug { + def f(cond: => Boolean) = while (cond == false) {}; + // no bug with "false == cond" +} -- cgit v1.2.3