summaryrefslogtreecommitdiff
path: root/test/pending/pos/misc/B.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/pos/misc/B.scala')
-rw-r--r--test/pending/pos/misc/B.scala7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/pending/pos/misc/B.scala b/test/pending/pos/misc/B.scala
new file mode 100644
index 0000000000..a6889e3c8b
--- /dev/null
+++ b/test/pending/pos/misc/B.scala
@@ -0,0 +1,7 @@
+package test
+
+class B {
+
+ def myA = new A()
+
+} \ No newline at end of file