From 72f099bb9cde644069a774330b4d8464adb12563 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Wed, 12 Aug 2009 21:39:50 +0000 Subject: Test case for #612. --- test/files/pos/t0612/C.scala | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/files/pos/t0612/C.scala (limited to 'test/files/pos/t0612/C.scala') diff --git a/test/files/pos/t0612/C.scala b/test/files/pos/t0612/C.scala new file mode 100644 index 0000000000..1f260a5b02 --- /dev/null +++ b/test/files/pos/t0612/C.scala @@ -0,0 +1,6 @@ +package test +package app + +class C { + Ob.f +} -- cgit v1.2.3