diff --git a/compiler/fir/resolve/testData/builtIns/kotlin.txt b/compiler/fir/resolve/testData/builtIns/kotlin.txt index 62f680ea9ce..52cf9425c1a 100644 --- a/compiler/fir/resolve/testData/builtIns/kotlin.txt +++ b/compiler/fir/resolve/testData/builtIns/kotlin.txt @@ -459,7 +459,7 @@ public final class Double : R|kotlin/Number|, R|kotlin/Comparable public final operator fun times(other: R|kotlin/Short|): R|kotlin/Double| - @R|kotlin/Deprecated|(message = String(Unclear conversion. To achieve the same result convert to Int explicitly and then to Byte.), replaceWith = @R|kotlin/ReplaceWith|(expression = String(toInt().toByte()))) public open fun toByte(): R|kotlin/Byte| + @R|kotlin/Deprecated|(message = String(Unclear conversion. To achieve the same result convert to Int explicitly and then to Byte.), replaceWith = @R|kotlin/ReplaceWith|(expression = String(toInt().toByte())) ) public open fun toByte(): R|kotlin/Byte| public open fun toChar(): R|kotlin/Char| @@ -471,7 +471,7 @@ public final class Double : R|kotlin/Number|, R|kotlin/Comparable public open fun toLong(): R|kotlin/Long| - @R|kotlin/Deprecated|(message = String(Unclear conversion. To achieve the same result convert to Int explicitly and then to Short.), replaceWith = @R|kotlin/ReplaceWith|(expression = String(toInt().toShort()))) public open fun toShort(): R|kotlin/Short| + @R|kotlin/Deprecated|(message = String(Unclear conversion. To achieve the same result convert to Int explicitly and then to Short.), replaceWith = @R|kotlin/ReplaceWith|(expression = String(toInt().toShort())) ) public open fun toShort(): R|kotlin/Short| public final operator fun unaryMinus(): R|kotlin/Double| @@ -642,7 +642,7 @@ public final class Float : R|kotlin/Number|, R|kotlin/Comparable| public final operator fun times(other: R|kotlin/Short|): R|kotlin/Float| - @R|kotlin/Deprecated|(message = String(Unclear conversion. To achieve the same result convert to Int explicitly and then to Byte.), replaceWith = @R|kotlin/ReplaceWith|(expression = String(toInt().toByte()))) public open fun toByte(): R|kotlin/Byte| + @R|kotlin/Deprecated|(message = String(Unclear conversion. To achieve the same result convert to Int explicitly and then to Byte.), replaceWith = @R|kotlin/ReplaceWith|(expression = String(toInt().toByte())) ) public open fun toByte(): R|kotlin/Byte| public open fun toChar(): R|kotlin/Char| @@ -654,7 +654,7 @@ public final class Float : R|kotlin/Number|, R|kotlin/Comparable| public open fun toLong(): R|kotlin/Long| - @R|kotlin/Deprecated|(message = String(Unclear conversion. To achieve the same result convert to Int explicitly and then to Short.), replaceWith = @R|kotlin/ReplaceWith|(expression = String(toInt().toShort()))) public open fun toShort(): R|kotlin/Short| + @R|kotlin/Deprecated|(message = String(Unclear conversion. To achieve the same result convert to Int explicitly and then to Short.), replaceWith = @R|kotlin/ReplaceWith|(expression = String(toInt().toShort())) ) public open fun toShort(): R|kotlin/Short| public final operator fun unaryMinus(): R|kotlin/Float| diff --git a/compiler/testData/diagnostics/tests/extensions/kt1875.fir.fail b/compiler/testData/diagnostics/tests/extensions/kt1875.fir.fail deleted file mode 100644 index 34912badfd9..00000000000 --- a/compiler/testData/diagnostics/tests/extensions/kt1875.fir.fail +++ /dev/null @@ -1,2 +0,0 @@ -Failures detected in FirBodyResolveTransformerAdapter, file: /kt1875.fir.kt -Cause: java.lang.RuntimeException: While resolving call R|/t|?.R|kt1875/T.f|?.invoke#(IntegerLiteral(1))