7eab4b672d
#KT-64989
8 lines
432 B
Plaintext
Vendored
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
|