d88249bda7
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
15 lines
224 B
Plaintext
Vendored
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) |