Files
kotlin-fork/compiler/testData/cli/jvm/requireKotlinCompilerVersion.out
T
2021-11-28 11:31:51 +03:00

8 lines
387 B
Plaintext
Vendored

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$
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$
Foo()
^
COMPILATION_ERROR