From 0b236faf92a219bd5a9fa4899c9f7ade677b26f4 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Mon, 16 Nov 2009 17:44:25 +0000 Subject: test cases in pending --- test/pending/pos/t2610.scala | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/pending/pos/t2610.scala (limited to 'test/pending/pos/t2610.scala') diff --git a/test/pending/pos/t2610.scala b/test/pending/pos/t2610.scala new file mode 100644 index 0000000000..8dd4cde66e --- /dev/null +++ b/test/pending/pos/t2610.scala @@ -0,0 +1,17 @@ +package mada; package defects; package tests + +package object bbb { + def bar = () + aaa.foo // value foo is not a member of package mada.defects.tests.aaa +} + +package object aaa { + def foo = () +} + +/* compiles successfully if placed here.. +package object bbb { + def bar = () + aaa.foo // value foo is not a member of package mada.defects.tests.aaa +} +*/ \ No newline at end of file -- cgit v1.2.3