c00eb050ce
- Due to the fixes for KTIJ-23584, when calling the UAST conversion `convertDeclarationOrElement` from `BaseKotlinConverter` (intellij project) for an SLC/ULC property, `convertDeclaration` failed because the declaration is "special". This caused `convertPsiElement` to be tried instead, which also returned `null`, causing the "failed to convert element" exception described in KTIJ-25335. - In parallel to the solution for KTIJ-23584, which fixed the special names issue for functions, this commit skips UAST field generation for properties with special names. ^KTIJ-25335 fixed ^KTIJ-24121 fixed