Skip to content

Commit

Permalink
revert deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Dec 11, 2023
1 parent c29bb99 commit 75fe3a3
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,4 @@ public fun DTypeParameter.filter(filteredSet: Set<DokkaSourceSet>): DTypeParamet
)
}

@Deprecated(
"Deprecated for removal",
ReplaceWith("this is Callable && this.receiver != null")
)
public fun Documentable.isExtension(): Boolean = this is Callable && receiver != null

0 comments on commit 75fe3a3

Please sign in to comment.