summaryrefslogtreecommitdiff
path: root/test/pending/pos/t1722/Test.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/pos/t1722/Test.scala')
-rwxr-xr-xtest/pending/pos/t1722/Test.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/pending/pos/t1722/Test.scala b/test/pending/pos/t1722/Test.scala
new file mode 100755
index 0000000000..4cba7ab01b
--- /dev/null
+++ b/test/pending/pos/t1722/Test.scala
@@ -0,0 +1,4 @@
+package t1722
+object Test {
+ val x = new AnyRef with C
+}