Add change note

This commit is contained in:
Tamas Vajk
2020-12-18 09:15:33 +01:00
parent 6fd1f0049d
commit 8e8c3a9ded

View File

@@ -0,0 +1,4 @@
lgtm,codescanning
* CIL extraction has been improved to store `modreq` and `modopt` custom modifiers.
The extracted information is surfaced through the `CustomModifierReceiver` class. Additionally,
the information is also used to evaluate the new `Setter.isInitOnly` predicate.