doc. Chocholoušek
08/09/2025, 9:14 PMfun getCallableNamesForClass() and that kinda doesn't work for this use case. Do you know any solution how to tell FIR to treat anything as a property when it is accessed as one? Basically getCallableNamesForClass() returning a wildcard for specified classes (I know this is not how to implement it, I just want to illustrate my objective). Preferably, I want the properties just as a getter/setter without the field behind it as I remap it later in the IR to get the actual calls to my lib.dmitriy.novozhilov
08/10/2025, 4:55 PM