Skip to content

Commit 8f74b95

Browse files
committed
Fix test typo
1 parent 8cfeaf7 commit 8f74b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/_TypeInterweaving/typeApply.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ object typeApply:
55
def f7[T <: Int][U <: String]()[X <: Unit]: X => X = ???
66

77
@main def test = {
8-
f3[String]() //error
8+
f3[String]() // error
99
f5[Int][Unit] // error
1010
f5[String][Unit] // error // error
1111
f7[String]()[Unit] // error

0 commit comments

Comments
 (0)