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.
new ~()
class ~(x: Int) new ~(1) // Syntax error new `~`(1) // Syntax error def ~(x: Int) = 1 ~(1) // OK