From 42851ed2675015d42bb341b82a09bd0bef4a8ce4 Mon Sep 17 00:00:00 2001 From: Samuel Gruetter Date: Tue, 16 Dec 2014 16:38:09 +0100 Subject: move failing tests from tests/untried/pos to tests/pending/pos --- tests/pending/pos/philippe4.scala | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/pending/pos/philippe4.scala (limited to 'tests/pending/pos/philippe4.scala') diff --git a/tests/pending/pos/philippe4.scala b/tests/pending/pos/philippe4.scala new file mode 100644 index 000000000..9ce3691f5 --- /dev/null +++ b/tests/pending/pos/philippe4.scala @@ -0,0 +1,3 @@ +trait Foo[t <: Foo[t]] { self: t => + def foo(that: t): Boolean; +} -- cgit v1.2.3