[FIR] KT-55503: Fix current behavior

This commit is contained in:
Nikolay Lunyak
2023-01-31 10:49:40 +02:00
committed by Space Team
parent 8b286577c7
commit 906b16b41e
10 changed files with 168 additions and 0 deletions
@@ -0,0 +1,5 @@
package
public fun foo(): kotlin.Unit
public fun withIntList(/*0*/ x: kotlin.collections.List<kotlin.Int>.() -> kotlin.Unit): kotlin.Unit
public fun </*0*/ T> withStringSequence(/*0*/ action: kotlin.sequences.Sequence<kotlin.String>.() -> T): T