[FIR] Create separated FirBlock for loop local val
Refactor FIR builders code for ForExpression
This commit is contained in:
committed by
Space Team
parent
e49bb1fe37
commit
a3e7a35cb1
+2
-2
@@ -1,7 +1,7 @@
|
||||
package
|
||||
|
||||
public fun test(/*0*/ b: kotlin.Boolean): kotlin.Unit
|
||||
public fun test2(): kotlin.Unit
|
||||
public fun testNoRedeclaration(/*0*/ list: kotlin.collections.List<kotlin.Int>, /*1*/ b: kotlin.Boolean): kotlin.Unit
|
||||
public fun testRedeclaration(/*0*/ b: kotlin.Boolean): kotlin.Unit
|
||||
|
||||
public final class A {
|
||||
public constructor A()
|
||||
|
||||
Reference in New Issue
Block a user