aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/sigs.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pos/sigs.scala')
-rw-r--r--tests/pos/sigs.scala4
1 files changed, 4 insertions, 0 deletions
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 {