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.
isErasedFunction
1 parent 0cd5c46 commit d519010Copy full SHA for d519010
compiler/src/dotty/tools/dotc/core/NameOps.scala
@@ -243,7 +243,6 @@ object NameOps {
243
isFunctionPrefix(suffixStart, mustHave) && funArity(suffixStart) >= 0
244
245
def isContextFunction(using Context): Boolean = isSpecificFunction("Context")
246
- def isErasedFunction(using Context): Boolean = name eq tpnme.ErasedFunction
247
def isImpureFunction(using Context): Boolean = isSpecificFunction("Impure")
248
249
/** Is a synthetic function name, i.e. one of
0 commit comments