Files
kotlin-fork/plugins
Anton Bannykh e8fba8bcb6 IR API: change val ... : MutableList to var ...: List for most lists
All mutable state for IR declarations should be either:
- var (mutable properties)
- or class member list

Mutable properties are straightforward to persist.

The class member list is handled in a special way.
2020-02-06 21:03:32 +03:00
..
2020-01-02 10:31:00 +01:00
2020-01-02 10:31:00 +01:00
2019-01-14 21:29:02 +03:00
2020-01-02 10:31:00 +01:00
2019-08-30 12:13:44 +03:00