From b17f6f68da05876ebb4172d3c54cb7680bd6f9e7 Mon Sep 17 00:00:00 2001 From: Iulian Dragos Date: Tue, 7 Apr 2009 14:27:25 +0000 Subject: Forgot test --- test/files/pos/bug1858.scala | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/files/pos/bug1858.scala (limited to 'test/files/pos/bug1858.scala') diff --git a/test/files/pos/bug1858.scala b/test/files/pos/bug1858.scala new file mode 100644 index 0000000000..c06e73e7e6 --- /dev/null +++ b/test/files/pos/bug1858.scala @@ -0,0 +1,13 @@ +import scala.collection.immutable.Stack + +object Test { + + def test = { + val s = new Stack[Int] + s.push(1) + s.push(1, 2) + s.push(1, 2, 3) + s.push(1, 2, 3, 4) + } + +} -- cgit v1.2.3