FIR: copy builder inference session when creating snapshot for locals
This commit fixes one builder inference case from KT-49925
This commit is contained in:
committed by
teamcity
parent
3f02309dad
commit
f53cd22253
Vendored
-2
@@ -1,6 +1,4 @@
|
||||
// WITH_STDLIB
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// FIR status: NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER on buildList calls (E)
|
||||
@OptIn(ExperimentalStdlibApi::class)
|
||||
fun foo1() {
|
||||
buildList {
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
// DONT_TARGET_EXACT_BACKEND: WASM
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// FIR status: NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER on buildList call (E)
|
||||
// WITH_STDLIB
|
||||
|
||||
class TowerDataElementsForName() {
|
||||
|
||||
Reference in New Issue
Block a user