Files
kotlin-fork/compiler/testData/diagnostics/testsWithJvmBackend/contextReceivers/kt59590.fir.diag.txt
T
2023-10-24 10:07:08 +00:00

8 lines
387 B
Plaintext
Vendored

/kt59590.fir.kt:4:1: error: Platform declaration clash: The following declarations have the same JVM signature (INSTANCELO;):
val INSTANCE: O? defined in O
val INSTANCE: O defined in O
/kt59590.fir.kt:5:5: error: Platform declaration clash: The following declarations have the same JVM signature (INSTANCELO;):
val INSTANCE: O? defined in O
val INSTANCE: O defined in O