From 789bf97c720a6c1ed31492ab400d3f3ec5f4ee43 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Wed, 25 Apr 2007 19:56:28 +0000 Subject: added missing .info to a symbol.typeParams.. oops! --- test/files/pos/tcpoly_typeapp.scala | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/files/pos/tcpoly_typeapp.scala (limited to 'test') diff --git a/test/files/pos/tcpoly_typeapp.scala b/test/files/pos/tcpoly_typeapp.scala new file mode 100644 index 0000000000..7fb4dca72e --- /dev/null +++ b/test/files/pos/tcpoly_typeapp.scala @@ -0,0 +1,4 @@ +abstract class x { + type t[m[x] <: Bound[x], Bound[x]] + val x: t[scala.collection.mutable.MutableList, Iterable] +} \ No newline at end of file -- cgit v1.2.3