b765cf3f99
A wrapper block was introduced as a part of fixing KT-59748, but was assigned a real source, which had `getOrBuildFir` confused because of the incorrectly built `KtToFirMapping` It is relevant for: - `if`, `when` expressions with an assignment as a single expression - Kotlin code fragments, when the assignment is being analysed as a single expression in the fragment ^KT-66411 Fixed
8 lines
372 B
Plaintext
Vendored
8 lines
372 B
Plaintext
Vendored
<caret> resolved to:
|
|
0: (in kotlin.collections.MutableList) operator fun set(index: kotlin.Int, element: E): E
|
|
|
|
<caret_singleIfStatement> resolved to:
|
|
0: (in kotlin.collections.MutableList) operator fun set(index: kotlin.Int, element: E): E
|
|
|
|
<caret_singleWhenStatement> resolved to:
|
|
0: (in kotlin.collections.MutableList) operator fun set(index: kotlin.Int, element: E): E |