From 51be882adb6f055c1cf924167f8fab7edb82d721 Mon Sep 17 00:00:00 2001 From: liu fengyun Date: Thu, 17 Nov 2016 08:22:57 +0100 Subject: fix neg test i1701.scala --- tests/neg/i1701.scala | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/neg/i1701.scala b/tests/neg/i1701.scala index 523191000..6b5e04692 100644 --- a/tests/neg/i1701.scala +++ b/tests/neg/i1701.scala @@ -1,3 +1,5 @@ trait Foo { - def test (x : test) : Int -} \ No newline at end of file + def test (x : test) : Int // error: not found test + def f(x : src) : Int // error + def g(x : src.project) : Int // error +} -- cgit v1.2.3