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.
class Foo: extension(x: String) def run: Unit = ??? object Bar extends Foo: def run(v: Int): Unit = ??? "ABC".run // Fails: Reference to run is ambiguous...
I believe it is introduced in M2