[FIR] Set delegate field receiver properly
This commit is contained in:
Vendored
+3
-3
@@ -124,7 +124,7 @@ digraph delegateWithAnonymousObject_kt {
|
||||
50 [label="Access variable D|/IssuesListUserProfile.issueListView|"];
|
||||
51 [label="Access variable this@R|/IssuesListUserProfile|"];
|
||||
52 [label="Access variable R|<local>/issueListView|"];
|
||||
53 [label="Function call: D|/IssuesListUserProfile.issueListView|.R|FakeOverride<kotlin/properties/ReadWriteProperty.setValue: R|kotlin/Unit|>|(...)"];
|
||||
53 [label="Function call: this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|FakeOverride<kotlin/properties/ReadWriteProperty.setValue: R|kotlin/Unit|>|(...)"];
|
||||
49 [label="Exit function setter" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_13 {
|
||||
@@ -132,8 +132,8 @@ digraph delegateWithAnonymousObject_kt {
|
||||
41 [label="Enter function getter" style="filled" fillcolor=red];
|
||||
43 [label="Access variable D|/IssuesListUserProfile.issueListView|"];
|
||||
44 [label="Access variable this@R|/IssuesListUserProfile|"];
|
||||
45 [label="Function call: D|/IssuesListUserProfile.issueListView|.R|FakeOverride<kotlin/properties/ReadWriteProperty.getValue: R|IssueListView|>|(...)"];
|
||||
46 [label="Jump: ^ D|/IssuesListUserProfile.issueListView|.R|FakeOverride<kotlin/properties/ReadWriteProperty.getValue: R|IssueListView|>|(this@R|/IssuesListUserProfile|, ::R|/IssuesListUserProfile.issueListView|)"];
|
||||
45 [label="Function call: this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|FakeOverride<kotlin/properties/ReadWriteProperty.getValue: R|IssueListView|>|(...)"];
|
||||
46 [label="Jump: ^ this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|FakeOverride<kotlin/properties/ReadWriteProperty.getValue: R|IssueListView|>|(this@R|/IssuesListUserProfile|, ::R|/IssuesListUserProfile.issueListView|)"];
|
||||
47 [label="Stub" style="filled" fillcolor=gray];
|
||||
42 [label="Exit function getter" style="filled" fillcolor=red];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user