From c926654a82a48df1cde58f288762976a942ce309 Mon Sep 17 00:00:00 2001 From: stenman Date: Mon, 1 Dec 2003 15:05:34 +0000 Subject: updated to not use 'this' --- test/files/run/map_test.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/map_test.scala') diff --git a/test/files/run/map_test.scala b/test/files/run/map_test.scala index 7e91955317..82a2c12e5a 100644 --- a/test/files/run/map_test.scala +++ b/test/files/run/map_test.scala @@ -23,7 +23,7 @@ object Test with Executable { test_map(myMap); } - def test_map[This <: Map[int,String,This]](myMap:Map[int,String,This]) = { + def test_map(myMap:Map[int,String]) = { val map1 = myMap.update(42,"The answer"); val map2 = map1.update(17,"A small random number"); val map3 = map2.update(666,"A bigger random number"); -- cgit v1.2.3