summaryrefslogtreecommitdiff
path: root/test/files/neg/quasiquotes-unliftable-not-found.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/quasiquotes-unliftable-not-found.check')
-rw-r--r--test/files/neg/quasiquotes-unliftable-not-found.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/quasiquotes-unliftable-not-found.check b/test/files/neg/quasiquotes-unliftable-not-found.check
new file mode 100644
index 0000000000..5594aa1b15
--- /dev/null
+++ b/test/files/neg/quasiquotes-unliftable-not-found.check
@@ -0,0 +1,4 @@
+quasiquotes-unliftable-not-found.scala:4: error: Can't find reflect.runtime.universe.Unliftable[Test.C], consider providing it
+ val q"${c: C}" = q"()"
+ ^
+one error found