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
+6
-6
@@ -3,16 +3,16 @@
|
||||
|
||||
fun test() {
|
||||
val buildee = parallelInOutBuild(
|
||||
<!BUILDER_INFERENCE_MULTI_LAMBDA_RESTRICTION!>{
|
||||
{
|
||||
setInProjectedTypeVariable(TargetType())
|
||||
}<!>,
|
||||
<!BUILDER_INFERENCE_MULTI_LAMBDA_RESTRICTION!>{
|
||||
consumeDifferentType(getOutProjectedTypeVariable())
|
||||
}<!>
|
||||
},
|
||||
{
|
||||
consumeDifferentType(<!ARGUMENT_TYPE_MISMATCH!>getOutProjectedTypeVariable()<!>)
|
||||
}
|
||||
)
|
||||
// exact type equality check — turns unexpected compile-time behavior into red code
|
||||
// considered to be non-user-reproducible code for the purposes of these tests
|
||||
checkExactType<Buildee<TargetType>>(<!ARGUMENT_TYPE_MISMATCH("Buildee<TargetType>; Buildee<kotlin.Any>")!>buildee<!>)
|
||||
checkExactType<Buildee<TargetType>>(buildee)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user