FIR: make class member helper names more consistent
This commit is contained in:
committed by
Space Team
parent
e2a83a0ed0
commit
d4fc2248ff
+1
-1
@@ -224,7 +224,7 @@ class FirElementSerializer private constructor(
|
||||
if (declaration.isSubstitutionOrIntersectionOverride) return
|
||||
|
||||
// non-intersection or substitution fake override
|
||||
if (!declaration.isStatic && declaration.dispatchReceiverClassOrNull() != this@declarations.symbol.toLookupTag()) return
|
||||
if (!declaration.isStatic && declaration.dispatchReceiverClassLookupTagOrNull() != this@declarations.symbol.toLookupTag()) return
|
||||
|
||||
add(declaration)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user