LV20: fix CliTestGenerated testdata for changed K2 error reporting

This commit is contained in:
Ilya Chernikov
2023-08-13 14:40:30 +02:00
committed by Space Team
parent e29cd3d0b3
commit 9fed50c03b
3 changed files with 6 additions and 7 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
compiler/testData/cli/jvm/requireKotlinCompilerVersion.kt:12:20: error: 'Foo' is only available since Kotlin 9.9.90 and cannot be used in Kotlin $VERSION$
compiler/testData/cli/jvm/requireKotlinCompilerVersion.kt:12:8: error: 'class Foo : Any' is only available since Kotlin 9.9.90 and cannot be used in Kotlin $VERSION$.
import test.access.Foo
^
compiler/testData/cli/jvm/requireKotlinCompilerVersion.kt:15:5: error: 'Foo' is only available since Kotlin 9.9.90 and cannot be used in Kotlin $VERSION$
^
compiler/testData/cli/jvm/requireKotlinCompilerVersion.kt:15:5: error: 'constructor(): Foo' is only available since Kotlin 9.9.90 and cannot be used in Kotlin $VERSION$.
Foo()
^
COMPILATION_ERROR