7 lines
397 B
Plaintext
Vendored
7 lines
397 B
Plaintext
Vendored
compiler/testData/cli/jvm/classAndPartClash.kt:1:1: error: duplicate JVM class name 'test/ClassAndPartClash_' generated from: package-fragment test, ClassAndPartClash_
|
|
package test
|
|
^
|
|
compiler/testData/cli/jvm/classAndPartClash.kt:7:1: error: duplicate JVM class name 'test/ClassAndPartClash_' generated from: package-fragment test, ClassAndPartClash_
|
|
class ClassAndPartClash_ {
|
|
^
|
|
COMPILATION_ERROR |