7eab4b672d
#KT-64989
12 lines
974 B
Plaintext
Vendored
12 lines
974 B
Plaintext
Vendored
native/native.tests/testData/compilerOutput/SignatureClashDiagnostics/main.kt:4:5: error: platform declaration clash: The following declarations have the same IR signature (com.example.klib.serialization.diagnostics/A.foo|foo(){}[0]):
|
|
fun foo(): kotlin.String defined in com.example.klib.serialization.diagnostics.A
|
|
fun foo(): kotlin.Int defined in com.example.klib.serialization.diagnostics.A
|
|
@Deprecated("", level = DeprecationLevel.HIDDEN)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
native/native.tests/testData/compilerOutput/SignatureClashDiagnostics/main.kt:7:5: error: platform declaration clash: The following declarations have the same IR signature (com.example.klib.serialization.diagnostics/A.foo|foo(){}[0]):
|
|
fun foo(): kotlin.String defined in com.example.klib.serialization.diagnostics.A
|
|
fun foo(): kotlin.Int defined in com.example.klib.serialization.diagnostics.A
|
|
fun foo(): Int = 0
|
|
^^^^^^^^^^^^^^^^^^
|
|
COMPILATION_ERROR
|