Skip to content

Commit b56f6d4

Browse files
committed
tmp; @Deprecated showed in warning
1 parent 1b834dc commit b56f6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/com/compiler/server/JvmRunnerTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class JvmRunnerTest : BaseExecutorTest() {
8383
assertEquals(1, result.compilerDiagnostics[0].interval?.start?.line)
8484
assertEquals(19, result.compilerDiagnostics[0].interval?.start?.ch)
8585
assertEquals(
86-
"'toInt(): Int' is deprecated. Conversion of Char to Number is deprecated. Use Char.code property instead.",
86+
"'@Deprecated(...) @DeprecatedSinceKotlin(...) @IntrinsicConstEvaluation() fun toInt(): Int' is deprecated. Conversion of Char to Number is deprecated. Use Char.code property instead..",
8787
result.compilerDiagnostics[0].message
8888
)
8989
}

0 commit comments

Comments
 (0)