From ac96200c920a915736361b315ad65093b8014bbd Mon Sep 17 00:00:00 2001 From: Kato Kazuyoshi Date: Thu, 28 Jul 2011 13:34:23 +0000 Subject: Scaladoc shouldn't drop type arguments to alias... Scaladoc shouldn't drop type arguments to aliased tuple. Related to SI-4676. Review by pedrofurla. --- test/scaladoc/resources/SI_4676.scala | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/scaladoc/resources/SI_4676.scala (limited to 'test/scaladoc/resources') diff --git a/test/scaladoc/resources/SI_4676.scala b/test/scaladoc/resources/SI_4676.scala new file mode 100644 index 0000000000..00c0fc7ea9 --- /dev/null +++ b/test/scaladoc/resources/SI_4676.scala @@ -0,0 +1,4 @@ +class SI_4676 { + type SS = (String,String) + def x(ss: SS): Int = 3 +} -- cgit v1.2.3