Skip to content

Commit e7086ef

Browse files
committed
Fix test
1 parent 7d7e35e commit e7086ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/i5773.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ object Main {
2020
def f1 = {
2121
println(1 appendS 2) // error This should give the following error message:
2222
/*
23-
21 | println(1 appendS 2) // error This should give the following error message:
23+
21 | println(1 appendS 2)
2424
| ^^^^^^^^^
2525
|value appendS is not a member of Int.
2626
|An extension method was tried, but could not be fully constructed:

0 commit comments

Comments
 (0)