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 0353e64 commit bae3da9Copy full SHA for bae3da9
compiler/src/dotty/tools/dotc/transform/InterceptedMethods.scala
@@ -92,11 +92,8 @@ class InterceptedMethods extends MiniPhase {
92
}
93
94
95
- val Any_## = this.Any_##
96
val Any_!= = defn.Any_!=
97
val rewrite: Tree = tree.fun.symbol match {
98
- case Any_## =>
99
- poundPoundValue(qual)
100
case Any_!= =>
101
qual.select(defn.Any_==).appliedToArgs(tree.args).select(defn.Boolean_!)
102
/*
0 commit comments