From d47a15b01557ca6c6416892a98d35324bf0a13d7 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Thu, 20 Sep 2012 17:05:43 -0700 Subject: Pending tests for SI-5954, SI-6225, SI-5877, SI-4695. Which are all package object bugs. Plus one more test regarding package object overloading. --- test/pending/pos/t4695/T_2.scala | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/pending/pos/t4695/T_2.scala (limited to 'test/pending/pos/t4695/T_2.scala') diff --git a/test/pending/pos/t4695/T_2.scala b/test/pending/pos/t4695/T_2.scala new file mode 100644 index 0000000000..70fb1a7f21 --- /dev/null +++ b/test/pending/pos/t4695/T_2.scala @@ -0,0 +1,4 @@ +package foo + +class Bar { } +package object Bar { } -- cgit v1.2.3