Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e74282753ae0fda39015b2d1cc9c31db24bb800c
/
.
/
idea
/
testData
/
codeInsight
/
outOfBlock
/
InFunInMultiDeclaration.kt
blob: 216da70650395186cf412a641505a03de8c16b1a [
file
]
// FALSE
data
class
Test
(
val a
:
Int
,
val b
:
Int
)
fun a
()
{
val
(
test
,
<caret>
other
)
=
Test
(
11
,
12
)
}