Files
kotlin-fork/compiler/testData/diagnostics/klibSerializationTests/signatureClashClasses.diag.txt
T

8 lines
883 B
Plaintext
Vendored

/main.kt:27:5: error: Platform declaration clash: The following declarations have the same IR signature (com.example.klib.serialization.diagnostics/ConstructorsClash.<init>|<init>(kotlin.Int){}[0]):
constructor ConstructorsClash(s: kotlin.Int) defined in com.example.klib.serialization.diagnostics.ConstructorsClash
constructor ConstructorsClash(s: kotlin.Int) defined in com.example.klib.serialization.diagnostics.ConstructorsClash
/main.kt:29:5: error: Platform declaration clash: The following declarations have the same IR signature (com.example.klib.serialization.diagnostics/ConstructorsClash.<init>|<init>(kotlin.Int){}[0]):
constructor ConstructorsClash(s: kotlin.Int) defined in com.example.klib.serialization.diagnostics.ConstructorsClash
constructor ConstructorsClash(s: kotlin.Int) defined in com.example.klib.serialization.diagnostics.ConstructorsClash