aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t0612/C.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pos/t0612/C.scala')
-rw-r--r--tests/pos/t0612/C.scala6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/pos/t0612/C.scala b/tests/pos/t0612/C.scala
new file mode 100644
index 000000000..1f260a5b0
--- /dev/null
+++ b/tests/pos/t0612/C.scala
@@ -0,0 +1,6 @@
+package test
+package app
+
+class C {
+ Ob.f
+}