From b9785280a7138a2bb52060faf94807aa0d07dec1 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Wed, 24 Aug 2011 17:11:55 +0000 Subject: Renamed tests named bugXXX to tXXX, no review. --- test/files/neg/t414.check | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/files/neg/t414.check (limited to 'test/files/neg/t414.check') diff --git a/test/files/neg/t414.check b/test/files/neg/t414.check new file mode 100644 index 0000000000..a855497648 --- /dev/null +++ b/test/files/neg/t414.check @@ -0,0 +1,12 @@ +t414.scala:5: error: pattern type is incompatible with expected type; + found : object Empty + required: IntMap[a] +Note: if you intended to match against the class, try `case _: Empty[_]` or `case Empty()` + case Empty => + ^ +t414.scala:7: error: type mismatch; + found : Unit + required: a + case _ => + ^ +two errors found -- cgit v1.2.3