Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
idea-completion
/
testData
/
basic
/
common
/
InFileWithMultiDeclaration.kt
blob: f8d6272edd1552028a94d869634aea672b4d90ca [
file
] [
log
] [
blame
]
data
class
LocalData
(
val first
:
Int
,
val second
:
Int
)
val
(
localFirst
,
localSecond
)
=
LocalData
(
11
,
12
)
fun test
()
{
local
<caret>
}
// Test that this test won't fail with exception
// Regression for EA-39175
// ABSENT: localFirst, localSecond