summaryrefslogtreecommitdiff
path: root/test/files/jvm/interpreter.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-10-17 12:36:14 +0000
committerPaul Phillips <paulp@improving.org>2009-10-17 12:36:14 +0000
commit4cb4ad76b213389b828ae9c1ab26c9d7a1c3a7c2 (patch)
tree26408ef80038d59cd9f713222edd659b30f88253 /test/files/jvm/interpreter.check
parent3949726f1f053c9850d71064ec6c16819248c4e8 (diff)
downloadscala-4cb4ad76b213389b828ae9c1ab26c9d7a1c3a7c2.tar.gz
scala-4cb4ad76b213389b828ae9c1ab26c9d7a1c3a7c2.tar.bz2
scala-4cb4ad76b213389b828ae9c1ab26c9d7a1c3a7c2.zip
Fix and test cases for ticket #443.
flags on AnyVal from FINAL|SEALED to ABSTRACT|SEALED. This appears correct and without ill effect, but if anyone spots new anyval oddness you know where to look.
Diffstat (limited to 'test/files/jvm/interpreter.check')
-rw-r--r--test/files/jvm/interpreter.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/jvm/interpreter.check b/test/files/jvm/interpreter.check
index 27f8be2f57..e17cc15a0a 100644
--- a/test/files/jvm/interpreter.check
+++ b/test/files/jvm/interpreter.check
@@ -219,6 +219,7 @@ defined class Term
scala> | | <console>:15: warning: match is not exhaustive!
missing combination Term
+missing combination Exp
def f(e: Exp) = e match { // non-exhaustive warning here
^