From d6816e01433d88b474bbd0a7290bdc96890b9f37 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Wed, 19 Jan 2011 03:53:44 +0000 Subject: Moved and removed a bunch of tests from pending. --- test/pending/pos/t0644.scala | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 test/pending/pos/t0644.scala (limited to 'test/pending/pos/t0644.scala') diff --git a/test/pending/pos/t0644.scala b/test/pending/pos/t0644.scala deleted file mode 100644 index 5ad12c3632..0000000000 --- a/test/pending/pos/t0644.scala +++ /dev/null @@ -1,11 +0,0 @@ -class A { - def appply(): Int = 0 - def update(n: Int) {} -} - -class B extends A { - this() - this()=1 - super() - super()=1 -} -- cgit v1.2.3