Skip to content

Commit ef458d8

Browse files
committed
Fix test i20317
1 parent dffeda7 commit ef458d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/i20317.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
type Foo[A] = A
22

3-
def foo[A <: Foo[A]]: Unit = () // error // error
3+
def foo[A <: Foo[A]]: Unit = () // error

0 commit comments

Comments
 (0)