[FIR2IR] Simplify Fir2IrDeclarationStorage.getIrPropertySymbol

For reasoning refer to the message of the previous commit
It is the same as for `getIrFunctionSymbol`

There is one failing test here, caused by KT-61941
The issue was here before this commit, but it was hidden
This commit is contained in:
Dmitriy Novozhilov
2023-09-14 16:21:44 +03:00
committed by Space Team
parent 1e090d45d1
commit 50425e82c5
8 changed files with 101 additions and 150 deletions
@@ -1,4 +1,6 @@
// TARGET_BACKEND: JVM_IR
// IGNORE_BACKEND_K2: JVM_IR
// ISSUE: KT-61941
// WITH_STDLIB
// IGNORE_CODEGEN_WITH_IR_FAKE_OVERRIDE_GENERATION: KT-61370