FIR Tree: make FirDefaultPropertyAccessor propagate dispatchReceiverType
Custom property accessor has this property set and hence it make sense for the default accessor to have it too. Also, FE1.0's counterpart has this bit set and it's returned through the analysis API.
This commit is contained in:
committed by
Mikhail Glukhikh
parent
03d8a3927b
commit
1c8d1fcdba
-4
@@ -1,4 +0,0 @@
|
||||
KtFunctionCall:
|
||||
argumentMapping = { }
|
||||
targetFunction = <getter>(<dispatch receiver>: A): kotlin.Int
|
||||
substitutor = <empty substitutor>
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
KtFunctionCall:
|
||||
argumentMapping = { }
|
||||
targetFunction = <getter>(): kotlin.Int
|
||||
targetFunction = <getter>(<dispatch receiver>: A): kotlin.Int
|
||||
substitutor = <empty substitutor>
|
||||
-4
@@ -1,4 +0,0 @@
|
||||
KtFunctionCall:
|
||||
argumentMapping = { }
|
||||
targetFunction = <getter>(<dispatch receiver>: KtClass): KtSubClass
|
||||
substitutor = <empty substitutor>
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
KtFunctionCall:
|
||||
argumentMapping = { }
|
||||
targetFunction = <getter>(): KtSubClass
|
||||
targetFunction = <getter>(<dispatch receiver>: KtClass): KtSubClass
|
||||
substitutor = <empty substitutor>
|
||||
Vendored
-4
@@ -1,4 +0,0 @@
|
||||
KtFunctionCall:
|
||||
argumentMapping = { 42 -> (value: kotlin.Int) }
|
||||
targetFunction = <setter>(<dispatch receiver>: KtClass, value: kotlin.Int): kotlin.Unit
|
||||
substitutor = <empty substitutor>
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
KtFunctionCall:
|
||||
argumentMapping = { 42 -> (value: kotlin.Int) }
|
||||
targetFunction = <setter>(value: kotlin.Int): kotlin.Unit
|
||||
targetFunction = <setter>(<dispatch receiver>: KtClass, value: kotlin.Int): kotlin.Unit
|
||||
substitutor = <empty substitutor>
|
||||
-4
@@ -1,4 +0,0 @@
|
||||
KtFunctionCall:
|
||||
argumentMapping = { 1 -> (value: kotlin.Int) }
|
||||
targetFunction = <setter>(<dispatch receiver>: A, value: kotlin.Int): kotlin.Unit
|
||||
substitutor = <empty substitutor>
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
KtFunctionCall:
|
||||
argumentMapping = { 1 -> (value: kotlin.Int) }
|
||||
targetFunction = <setter>(value: kotlin.Int): kotlin.Unit
|
||||
targetFunction = <setter>(<dispatch receiver>: A, value: kotlin.Int): kotlin.Unit
|
||||
substitutor = <empty substitutor>
|
||||
Reference in New Issue
Block a user