We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7e35e commit e7086efCopy full SHA for e7086ef
tests/neg/i5773.scala
@@ -20,7 +20,7 @@ object Main {
20
def f1 = {
21
println(1 appendS 2) // error This should give the following error message:
22
/*
23
-21 | println(1 appendS 2) // error This should give the following error message:
+21 | println(1 appendS 2)
24
| ^^^^^^^^^
25
|value appendS is not a member of Int.
26
|An extension method was tried, but could not be fully constructed:
0 commit comments