From a2bfe6eef5294f9bd6347ab98c171db4bc6fe78d Mon Sep 17 00:00:00 2001 From: Iulian Dragos Date: Tue, 24 Mar 2009 16:19:25 +0000 Subject: Fixed #1675 --- test/files/pos/t1675.scala | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/files/pos/t1675.scala (limited to 'test/files/pos/t1675.scala') diff --git a/test/files/pos/t1675.scala b/test/files/pos/t1675.scala new file mode 100644 index 0000000000..dcf1bf5a08 --- /dev/null +++ b/test/files/pos/t1675.scala @@ -0,0 +1,11 @@ +package a +object Foo extends pack.Bar { + for(i <- 0 to 10) { + test("") + } +} +package pack { + class Bar { + protected def test(s: String*) {} + } +} -- cgit v1.2.3