From ae0411cea615b7248464d8a3ad2584528929fbfa Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Sat, 13 Dec 2014 15:59:46 +0100 Subject: One more test case, coming from #214. --- tests/neg/i0248-inherit-refined.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/neg/i0248-inherit-refined.scala') diff --git a/tests/neg/i0248-inherit-refined.scala b/tests/neg/i0248-inherit-refined.scala index 246d8163e..329097b1e 100644 --- a/tests/neg/i0248-inherit-refined.scala +++ b/tests/neg/i0248-inherit-refined.scala @@ -6,4 +6,5 @@ object test { class C extends Y type Z = A | B class D extends Z + abstract class A extends ({ val x: Int }) } -- cgit v1.2.3