summaryrefslogtreecommitdiff
path: root/test/files/neg/t7235.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t7235.check')
-rw-r--r--test/files/neg/t7235.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/t7235.check b/test/files/neg/t7235.check
new file mode 100644
index 0000000000..357a3dfd83
--- /dev/null
+++ b/test/files/neg/t7235.check
@@ -0,0 +1,4 @@
+t7235.scala:9: error: implementation restriction: cannot reify refinement type trees with non-empty bodies
+ val Block(List(ValDef(_, _, tpt: CompoundTypeTree, _)), _) = reify{ val x: C { def x: Int } = ??? }.tree
+ ^
+one error found