summaryrefslogtreecommitdiff
path: root/test/scaladoc/resources/SI_4676.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/scaladoc/resources/SI_4676.scala')
-rw-r--r--test/scaladoc/resources/SI_4676.scala4
1 files changed, 4 insertions, 0 deletions
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
+}