51325ba630
Fixes: KT-59590
8 lines
379 B
Plaintext
Vendored
8 lines
379 B
Plaintext
Vendored
/kt59590.kt:5: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.kt:6: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
|