K2: Adjust test data after PCLA implementation [multiLambdaRestriction]
^KT-59791 In Progress
This commit is contained in:
committed by
Space Team
parent
b9019d3de1
commit
8365eb54dd
+1
-1
@@ -12,7 +12,7 @@ data class Output(val source: InputWrapper<List<String>>)
|
||||
fun main2(input: InputWrapper<Unit>): Output {
|
||||
val output = input.doMapping(
|
||||
foo = { buildList { add("this is List<String>") } },
|
||||
bar = <!BUILDER_INFERENCE_MULTI_LAMBDA_RESTRICTION!>{ it.isNotEmpty() }<!>,
|
||||
bar = { it.isNotEmpty() },
|
||||
)
|
||||
|
||||
return Output(source = output)
|
||||
|
||||
Reference in New Issue
Block a user