8 lines
334 B
Plaintext
Vendored
8 lines
334 B
Plaintext
Vendored
compiler/testData/cli/jvm/fileClassClashMultipleFiles1.kt:1:1: error: duplicate JVM class name 'test/Util' generated from: Util, Util
|
|
@file:JvmName("Util")
|
|
^
|
|
compiler/testData/cli/jvm/fileClassClashMultipleFiles2.kt:1:1: error: duplicate JVM class name 'test/Util' generated from: Util, Util
|
|
@file:JvmName("Util")
|
|
^
|
|
COMPILATION_ERROR
|