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

8 lines
432 B
Plaintext
Vendored

compiler/testData/cli/jvm/classAndPartClash.kt:1:1: error: duplicate JVM class name 'test/ClassAndPartClashKt' generated from: ClassAndPartClashKt, ClassAndPartClashKt
package test
^^^^^^^^^^^^
compiler/testData/cli/jvm/classAndPartClash.kt:5:1: error: duplicate JVM class name 'test/ClassAndPartClashKt' generated from: ClassAndPartClashKt, ClassAndPartClashKt
class ClassAndPartClashKt
^^^^^^^^^^^^^^^^^^^^^^^^^
COMPILATION_ERROR