Supress NAME_SHADOWING warning

This commit is contained in:
Peter Cai 2024-01-27 13:46:32 -05:00
parent 396647919f
commit 6dcaba1f11

View file

@ -11,6 +11,7 @@ class PrivilegedEuiccChannelManager(context: Context): EuiccChannelManager(conte
override val uiccCards: Collection<UiccCardInfoCompat>
get() = tm.uiccCardsInfoCompat
@Suppress("NAME_SHADOWING")
override fun tryOpenEuiccChannelPrivileged(port: UiccPortInfoCompat): EuiccChannel? {
val port = port as RealUiccPortInfoCompat
if (port.card.isRemovable) {