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 5e47774 commit ba60374Copy full SHA for ba60374
docs/docs/reference/contextual/extension-methods.md
@@ -90,7 +90,7 @@ Examples:
90
def (x: String) < (y: String) = ...
91
def (x: Elem) +: (xs: Seq[Elem]) = ...
92
93
-"ab" + "c"
+"ab" < "c"
94
1 +: List(2, 3)
95
```
96
The two definitions above translate to
0 commit comments