summaryrefslogtreecommitdiff
path: root/test/files/neg/t2462c.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t2462c.check')
-rw-r--r--test/files/neg/t2462c.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/neg/t2462c.check b/test/files/neg/t2462c.check
new file mode 100644
index 0000000000..edeead55d6
--- /dev/null
+++ b/test/files/neg/t2462c.check
@@ -0,0 +1,7 @@
+t2462c.scala:18: error: No C of X$Y
+ f[X$Y]
+ ^
+t2462c.scala:24: error: No C of Foo[Int]
+ f[Foo[Int]]
+ ^
+two errors found