From 190f44d0c9b91df24a227878b0c9a1f3d14c20a1 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 9 Dec 2013 12:08:29 +0100 Subject: Fixes to desugaring and typing of parameterized Typedefs --- tests/pos/sigs.scala | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/pos/sigs.scala') diff --git a/tests/pos/sigs.scala b/tests/pos/sigs.scala index 4b91015ee..6f66a02e9 100644 --- a/tests/pos/sigs.scala +++ b/tests/pos/sigs.scala @@ -1,5 +1,9 @@ object sigs { + type Lst[A] = List[A] + + type Twin[B] = (B, B) + var x = 7 * 9 class Base { -- cgit v1.2.3