From 8a2b5f762ddcf5e6dcb58f3b7ca75529266d3ebd Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Fri, 20 Jan 2012 12:24:38 -0800 Subject: Test case for already closed SI-4176. --- test/files/pos/t4176.scala | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/files/pos/t4176.scala (limited to 'test/files/pos/t4176.scala') diff --git a/test/files/pos/t4176.scala b/test/files/pos/t4176.scala new file mode 100644 index 0000000000..b4f1e705b1 --- /dev/null +++ b/test/files/pos/t4176.scala @@ -0,0 +1,6 @@ +// a.scala +// Fri Jan 20 12:22:51 PST 2012 + +class A(xs: Int*) { def getXs = xs } + +class B extends A { override def getXs = Nil } -- cgit v1.2.3