summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidimpl-h.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/macro-invalidimpl-h.check')
-rw-r--r--test/files/neg/macro-invalidimpl-h.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/macro-invalidimpl-h.check b/test/files/neg/macro-invalidimpl-h.check
new file mode 100644
index 0000000000..cc7fc794d3
--- /dev/null
+++ b/test/files/neg/macro-invalidimpl-h.check
@@ -0,0 +1,4 @@
+Macros_Test_2.scala:2: error: type arguments [String] do not conform to method foo's type parameter bounds [U <: Int]
+ def foo = macro Impls.foo[String]
+ ^
+one error found