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

5 lines
199 B
Plaintext
Vendored

compiler/testData/cli/jvm/forbidKotlinPackage.kt:4:1: error: only the Kotlin standard library is allowed to use the 'kotlin' package
package kotlin.internal
^^^^^^^^^^^^^^^^^^^^^^^
COMPILATION_ERROR