Skip to content

Commit 51be882

Browse files
committed
fix neg test i1701.scala
1 parent 2cd4497 commit 51be882

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/neg/i1701.scala

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
trait Foo {
2-
def test (x : test) : Int
3-
}
2+
def test (x : test) : Int // error: not found test
3+
def f(x : src) : Int // error
4+
def g(x : src.project) : Int // error
5+
}

0 commit comments

Comments
 (0)