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, 0 insertions, 4 deletions
diff --git a/test/scaladoc/resources/SI_4676.scala b/test/scaladoc/resources/SI_4676.scala
deleted file mode 100644
index 00c0fc7ea9..0000000000
--- a/test/scaladoc/resources/SI_4676.scala
+++ /dev/null
@@ -1,4 +0,0 @@
-class SI_4676 {
- type SS = (String,String)
- def x(ss: SS): Int = 3
-}