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(