aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/tcpoly_poly.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/pos/tcpoly_poly.scala')
-rw-r--r--tests/untried/pos/tcpoly_poly.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/untried/pos/tcpoly_poly.scala b/tests/untried/pos/tcpoly_poly.scala
new file mode 100644
index 000000000..1ba04e29d
--- /dev/null
+++ b/tests/untried/pos/tcpoly_poly.scala
@@ -0,0 +1,3 @@
+class Monad[m[x]]
+
+object ml extends Monad[List]