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.
synchronized
I think we should treat it as a by-name method for the purposes of our analysis / ANF transform.
scala> ObjectTpe.decl(TermName("synchronized")).defString res2: String = final def synchronized[T0](x$1: T0): T0