Files
kotlin-fork/analysis/analysis-api/testData/components/scopeProvider/declaredMemberScope/delegateInterfaceLibrary.pretty.txt
T
Dmitrii Gridin d88249bda7 [Analysis API decompiler] materialize delegate declarations in stubs
We should materialize delegated declarations to process callables
in scopes correctly. Standalone mode works the same way as it
deserialize directly into FIR.
Another solution is to rework proto and stub serializer/deserializer to
restore FirFields like `$$delegate_0` correctly to work with
`FirDelegatedMemberScope`

^KT-62896 Fixed
^KT-64584 Fixed
2023-12-28 08:48:08 +00:00

15 lines
224 B
Plaintext
Vendored

private val p: A
open var bar: kotlin.Long
open val kotlin.Int.doo: kotlin.String
open fun foo()
open val foo: kotlin.Int
open var kotlin.Int.zoo: kotlin.Unit
open fun kotlin.Int.smth(): kotlin.Short
constructor(p: A)