Fix ApiCheckTest

GitOrigin-RevId: 70df9cdcfdba7bb300838e094a0249195237be82
This commit is contained in:
Evgeny.Terekhin
2024-08-25 13:26:54 +02:00
committed by intellij-monorepo-bot
parent ba6d1b5bf6
commit 2d386a48c8

View File

@@ -12,6 +12,7 @@ interface PinToTopParentValue : PinToTopValue {
@Suppress("DEPRECATION")
val tag: String?
@ApiStatus.Internal
fun onChildPinned(isPinned: Boolean, pinnedItemInfo: PinnedItemInfo) {
}