summaryrefslogtreecommitdiff
path: root/test/files/pos/tcpoly_higherorder_bound_method.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/tcpoly_higherorder_bound_method.scala')
-rw-r--r--test/files/pos/tcpoly_higherorder_bound_method.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/pos/tcpoly_higherorder_bound_method.scala b/test/files/pos/tcpoly_higherorder_bound_method.scala
new file mode 100644
index 0000000000..1e5cbf8092
--- /dev/null
+++ b/test/files/pos/tcpoly_higherorder_bound_method.scala
@@ -0,0 +1,3 @@
+trait SkolemisationOfHigherOrderBoundInMethod {
+ def method[A, N[X <: A], M[X <: N[A]]]: unit
+} \ No newline at end of file