From 509410ff39e6ce1abe0b3437ce8d06bafa52ba19 Mon Sep 17 00:00:00 2001 From: Burak Emir Date: Fri, 16 Nov 2007 21:32:26 +0000 Subject: fixed bug t0154, changed copyright, changed for... fixed bug t0154, changed copyright, changed formatting --- test/files/pos/t0154.scala | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/files/pos/t0154.scala (limited to 'test/files') diff --git a/test/files/pos/t0154.scala b/test/files/pos/t0154.scala new file mode 100644 index 0000000000..9fb9430676 --- /dev/null +++ b/test/files/pos/t0154.scala @@ -0,0 +1,10 @@ +package test +trait MyMatchers { + val StringMatch = new AnyRef {} + trait Something { + (null : AnyRef) match { + case (StringMatch) => + case _ => + } + } +} -- cgit v1.2.3