KT-7929 related: KtDestructuringDeclarationEntry is not resolved to descriptor in OverridingDeprecatedMemberInspection
This commit is contained in:
@@ -44,4 +44,10 @@ interface Explicit : I {
|
||||
@Deprecated("a")
|
||||
override fun f(): Int {
|
||||
}
|
||||
}
|
||||
|
||||
data class Pair(x: Int, y: Int)
|
||||
|
||||
class Exc {
|
||||
val (a, b) = Pair(1, 2)
|
||||
}
|
||||
Reference in New Issue
Block a user