[FIR] Ignore the operator keyword when checking conflicting overloads
^KT-59880
This commit is contained in:
committed by
Space Team
parent
09436d0480
commit
df6f51b49f
-3
@@ -75,9 +75,6 @@ internal object FirRedeclarationPresenter {
|
||||
|
||||
fun represent(it: FirNamedFunctionSymbol) = buildString {
|
||||
appendRepresentationBeforeCallableId(it)
|
||||
if (it.isOperator) {
|
||||
append("operator ")
|
||||
}
|
||||
appendRepresentation(it.callableId)
|
||||
appendValueParameters(it)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user