[IR] Implement getContextReceiverParameters for IrBasedPropertyDescriptor

Fixes: KT-59590
This commit is contained in:
Xin Wang
2023-08-24 17:33:32 +08:00
committed by Space Team
parent 03ad981dea
commit 51325ba630
11 changed files with 126 additions and 2 deletions
@@ -0,0 +1,7 @@
/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