From 4cb4ad76b213389b828ae9c1ab26c9d7a1c3a7c2 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sat, 17 Oct 2009 12:36:14 +0000 Subject: 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. --- test/files/jvm/interpreter.check | 1 + 1 file changed, 1 insertion(+) (limited to 'test/files/jvm/interpreter.check') 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> | | :15: warning: match is not exhaustive! missing combination Term +missing combination Exp def f(e: Exp) = e match { // non-exhaustive warning here ^ -- cgit v1.2.3