From 796b9287e22bccc02e4c747ec441a6e08fbdac8f Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Thu, 7 Sep 2023 14:16:53 +0200 Subject: [PATCH] LV 2.0: fix diagnostic text in CliTestGenerated$Jvm.testWrongAbiVersion --- compiler/testData/cli/jvm/wrongAbiVersion.out | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/compiler/testData/cli/jvm/wrongAbiVersion.out b/compiler/testData/cli/jvm/wrongAbiVersion.out index 224f546b626..e5b32c9bc65 100644 --- a/compiler/testData/cli/jvm/wrongAbiVersion.out +++ b/compiler/testData/cli/jvm/wrongAbiVersion.out @@ -7,8 +7,7 @@ fun foo(x: ClassWithWrongAbiVersion) { compiler/testData/cli/jvm/wrongAbiVersion.kt:4:5: error: unresolved reference 'bar'. bar() ^ -compiler/testData/cli/jvm/wrongAbiVersion.kt:6:7: error: unresolved reference. None of the following candidates is applicable because of receiver type mismatch: -public fun String.replaceIndent(newIndent: String = ...): String defined in kotlin.text +compiler/testData/cli/jvm/wrongAbiVersion.kt:6:24: error: too many arguments for 'public final fun kotlin/String.kotlin/text/replaceIndent(newIndent: kotlin/String = STUB): kotlin/String'. 1.replaceIndent(2, 3) - ^ + ^ COMPILATION_ERROR