Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
deprecatedCallableAddReplaceWith
/
ExceptionInPropertyDestructuringEntry.kt
blob: 89f42034045f685ef9bc83021cc14fbc39049e15 [
file
] [
log
] [
blame
]
// IS_APPLICABLE: false
// See KT-7929, EA-76715
class
C
{
val
(<
caret
>
x
,
y
)
=
Pair
(
1
,
2
)
}