Files
kotlin-fork/compiler/testData/cli/metadata/kotlinPackage.out
T
2018-07-26 17:10:33 +02:00

5 lines
168 B
Plaintext
Vendored

compiler/testData/cli/kotlinPackage.kt:1:1: error: only the Kotlin standard library is allowed to use the 'kotlin' package
package kotlin.mylibrary
^
COMPILATION_ERROR