Tianyu Geng
5bdea9652b
FIR: fix position and reporting of PRIVATE_SETTER_*
...
Previously `FirPropertyAccessor.source` references the `KtProperty` if
the user code contains a setter or getter that doesn't contain a body.
For example, with the following
```
val i: Int = 1
private set
```
The `FirPropertyAccessor` would reference the `KtProperty` as the
source.
This change makes `FirPropertyAccessor` reference `KtPropertyAccessor`
as the source if possible, regardless of whether the body is present or
not.
2021-02-24 13:50:46 +03:00
..
2020-03-05 09:39:40 +03:00
2019-12-12 16:11:46 +03:00
2021-02-24 13:50:46 +03:00
2018-05-04 18:04:57 +03:00
2020-03-05 09:39:40 +03:00
2020-03-05 09:39:40 +03:00
2020-04-20 17:27:16 +03:00
2020-03-05 09:39:40 +03:00
2019-05-23 12:22:42 +03:00
2019-12-19 12:32:14 +01:00
2019-12-19 12:32:14 +01:00
2017-10-18 12:45:45 +02:00
2020-07-28 20:46:56 +03:00
2020-01-10 10:23:50 +03:00
2020-01-10 10:23:50 +03:00
2018-07-05 10:42:49 +03:00
2018-07-05 10:42:49 +03:00
2020-01-10 10:23:50 +03:00
2018-07-05 10:42:49 +03:00
2018-07-05 10:42:49 +03:00
2020-03-05 09:39:40 +03:00
2019-12-12 16:11:46 +03:00
2019-12-12 16:11:46 +03:00
2019-12-12 16:11:46 +03:00
2019-12-12 16:11:46 +03:00
2020-08-12 15:38:29 +03:00
2019-02-14 12:31:42 +03:00
2020-03-05 09:39:40 +03:00
2020-03-05 09:39:40 +03:00
2019-12-12 16:11:46 +03:00
2019-12-12 16:11:46 +03:00
2019-12-12 16:11:46 +03:00
2019-12-12 16:11:46 +03:00
2020-03-05 09:39:40 +03:00
2019-12-12 16:11:46 +03:00
2019-12-12 16:11:46 +03:00
2020-03-05 09:39:40 +03:00
2020-08-02 18:19:45 +03:00
2020-03-05 09:39:40 +03:00
2019-12-19 12:32:14 +01:00
2019-12-19 12:32:14 +01:00
2018-11-16 10:36:09 +03:00
2019-12-12 16:11:46 +03:00
2019-03-05 13:33:23 +03:00
2019-03-05 13:33:23 +03:00
2019-12-12 16:11:46 +03:00
2019-03-05 13:33:23 +03:00
2019-03-05 13:33:23 +03:00
2020-07-28 20:46:56 +03:00
2019-02-14 12:31:42 +03:00
2020-08-02 18:19:45 +03:00
2020-03-05 09:39:40 +03:00
2019-12-12 16:11:46 +03:00
2019-12-12 16:11:46 +03:00
2018-12-21 16:13:42 +03:00
2018-12-21 16:13:42 +03:00
2020-02-21 16:38:52 +03:00
2020-08-02 18:19:45 +03:00
2020-03-05 09:39:40 +03:00
2020-03-05 09:39:40 +03:00
2020-03-18 22:33:15 +03:00
2019-04-10 14:39:16 +03:00
2020-03-05 09:39:40 +03:00
2020-01-27 00:34:16 +03:00
2020-03-05 09:39:40 +03:00
2020-03-05 09:39:40 +03:00
2021-02-03 12:07:36 +03:00
2020-12-16 19:52:25 +03:00
2020-02-19 22:41:23 +03:00
2019-12-12 16:11:46 +03:00
2020-03-05 09:39:40 +03:00
2020-03-27 16:46:59 +03:00
2021-02-15 19:16:35 +03:00
2021-02-15 19:16:35 +03:00
2020-03-05 09:39:40 +03:00
2018-12-21 16:13:42 +03:00
2020-09-29 10:23:45 +03:00
2020-09-29 10:23:45 +03:00
2020-09-29 10:23:45 +03:00
2020-09-29 10:23:45 +03:00
2020-09-29 10:23:45 +03:00
2020-09-29 10:23:45 +03:00
2020-03-05 09:39:40 +03:00
2020-08-12 15:38:29 +03:00
2017-06-20 14:39:47 +03:00
2020-03-05 09:39:40 +03:00
2019-12-12 16:11:46 +03:00
2017-10-27 09:36:00 +03:00
2017-10-27 09:36:00 +03:00