From bb90b26fbca27f432ade46ae572b82e1b8027b19 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Sun, 16 Mar 2014 15:27:50 +0100 Subject: Tests t01xx and t02xx Test t0288 moved to disabled due to lack of Java interop. Test t0273 fixed by relaxing double def condition: We only regard two definitions that define the same name and have exactly the same signature as double definitions. Previously, signatures that defined the same parameters were also excluded. --- tests/untried/pos/t0273.scala | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 tests/untried/pos/t0273.scala (limited to 'tests/untried/pos/t0273.scala') diff --git a/tests/untried/pos/t0273.scala b/tests/untried/pos/t0273.scala deleted file mode 100644 index ac02b8c15..000000000 --- a/tests/untried/pos/t0273.scala +++ /dev/null @@ -1,6 +0,0 @@ -class A - -object Test { -def a = () => () -def a[T] = (p:A) => () -} -- cgit v1.2.3