summaryrefslogtreecommitdiff
path: root/test/pending/res/bug1092/A.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/res/bug1092/A.scala')
-rw-r--r--test/pending/res/bug1092/A.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/pending/res/bug1092/A.scala b/test/pending/res/bug1092/A.scala
new file mode 100644
index 0000000000..192e7afe11
--- /dev/null
+++ b/test/pending/res/bug1092/A.scala
@@ -0,0 +1,4 @@
+object HolderA {
+ class A(a: Int)
+}
+