From 95dd322bf0e5eb65358cc2e5e12c8fb7efdddd40 Mon Sep 17 00:00:00 2001 From: Mikhail Zarechenskiy Date: Fri, 27 Dec 2019 14:11:47 +0300 Subject: [PATCH] Update FIR diagnostics test --- .../testData/diagnostics/tests/callableReference/kt32267.fir.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/diagnostics/tests/callableReference/kt32267.fir.kt b/compiler/testData/diagnostics/tests/callableReference/kt32267.fir.kt index 82a69b84a5d..379a9b29356 100644 --- a/compiler/testData/diagnostics/tests/callableReference/kt32267.fir.kt +++ b/compiler/testData/diagnostics/tests/callableReference/kt32267.fir.kt @@ -21,7 +21,7 @@ class Command2 : Command { class Configuration { val commands = Commands() inline fun commands(configure: Commands.() -> Unit) { - commands.configure() + commands.configure() } class Commands { operator fun CommandFactory.invoke(