Skip to content

Commit

Permalink
Fix converted overridden properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipDolnik committed Apr 16, 2024
1 parent 074d4f3 commit 500e683
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ internal abstract class BaseCreateKirMembersPhase(
protected fun getDirectParents(descriptor: FunctionDescriptor): List<FunctionDescriptor> =
descriptor.overriddenDescriptors.map { it.original }
.filter { mapper.shouldBeExposed(it) }
.filterIsInstance<SimpleFunctionDescriptor>()

protected val CallableMemberDescriptor.kirDeprecationLevel: DeprecationLevel
get() {
Expand Down

0 comments on commit 500e683

Please sign in to comment.