Files
kotlin-fork/compiler/testData/cli/jvm/requireKotlinCompilerVersionK2.out
T
2024-02-08 12:59:31 +00:00

8 lines
419 B
Plaintext
Vendored

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: 'constructor(): Foo' is only available since Kotlin 9.9.90 and cannot be used in Kotlin $VERSION$.
Foo()
^^^
COMPILATION_ERROR