K2: generate implicit dispatch receivers for static members called
#KT-55371 Fixed #KT-55372 Fixed
This commit is contained in:
committed by
Space Team
parent
9cfcf057ef
commit
4167a69e30
@@ -237,6 +237,9 @@ sealed class KtFakeSourceElementKind : KtSourceElementKind() {
|
||||
// for extension receiver type the corresponding receiver parameter is generated
|
||||
// with a fake sources which refers to this the type
|
||||
object ReceiverFromType : KtFakeSourceElementKind()
|
||||
|
||||
// for all implicit receivers (now used for qualifiers only)
|
||||
object ImplicitReceiver : KtFakeSourceElementKind()
|
||||
}
|
||||
|
||||
sealed class AbstractKtSourceElement {
|
||||
|
||||
Reference in New Issue
Block a user