summaryrefslogtreecommitdiff
path: root/compiler/testData/diagnostics/tests/inference/builderInference/kt49828.fir.kt
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/testData/diagnostics/tests/inference/builderInference/kt49828.fir.kt')
-rw-r--r--compiler/testData/diagnostics/tests/inference/builderInference/kt49828.fir.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/kt49828.fir.kt b/compiler/testData/diagnostics/tests/inference/builderInference/kt49828.fir.kt
index faad5dd9fee..3edd24a0e44 100644
--- a/compiler/testData/diagnostics/tests/inference/builderInference/kt49828.fir.kt
+++ b/compiler/testData/diagnostics/tests/inference/builderInference/kt49828.fir.kt
@@ -201,7 +201,7 @@ interface Foo2<K, V> {
fun entries(): MutableSet<MutableMap.MutableEntry<K, V>>
}
-fun <L, K, V> twoBuilderLambdas(@BuilderInference block: Foo<L>.() -> Unit, @BuilderInference block2: Foo2<K, V>.() -> Unit) {}
+fun <L, K, V> twoBuilderLambdas(block: Foo<L>.() -> Unit, block2: Foo2<K, V>.() -> Unit) {}
fun test() {
twoBuilderLambdas(