summaryrefslogtreecommitdiff
path: root/test/files/neg/patmatexhaust.check
diff options
context:
space:
mode:
authorDavid MacIver <david.maciver@gmail.com>2008-11-13 22:14:16 +0000
committerDavid MacIver <david.maciver@gmail.com>2008-11-13 22:14:16 +0000
commitf20f480fca746286135bb0c40a34f992fca992a5 (patch)
treede66e2dff2c4177cdbb90564970ed673d46f12f6 /test/files/neg/patmatexhaust.check
parent08b9fdc2109dac1291a5527755734ddc329eb2c2 (diff)
downloadscala-f20f480fca746286135bb0c40a34f992fca992a5.tar.gz
scala-f20f480fca746286135bb0c40a34f992fca992a5.tar.bz2
scala-f20f480fca746286135bb0c40a34f992fca992a5.zip
Starting on improving the abstraction level of ...
Starting on improving the abstraction level of the pattern matcher (code from paul) Still needs a fair bit of work.
Diffstat (limited to 'test/files/neg/patmatexhaust.check')
-rw-r--r--test/files/neg/patmatexhaust.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/neg/patmatexhaust.check b/test/files/neg/patmatexhaust.check
index 2011e4afaf..66b0f3c8ea 100644
--- a/test/files/neg/patmatexhaust.check
+++ b/test/files/neg/patmatexhaust.check
@@ -21,6 +21,7 @@ missing combination Gp
def ma4(x:Deep) = x match { // missing cases: Gu, Gp
^
patmatexhaust.scala:53: warning: match is not exhaustive!
+missing combination Gp
def ma5(x:Deep) = x match { // Gp
^