Files
codeql/java/ql/test
Chris Smowton 37543e7a86 Switch to expanding property initializers and init blocks in-place
Pros:
* <obinit> no longer emitted: one less function per class
* Parameters to the primary constructor, if any, are no longer referred to out of scope
* Simple primary constructor `val` and `var` declarations work as expected

Cons:
* If there are multiple secondary constructors, no primary constructor and long init blocks, there could be considerable duplicate extraction of those init blocks. Hopefully this case is very rare.
2022-05-10 19:51:20 +01:00
..
2019-01-07 13:25:20 +01:00
2021-08-19 14:09:35 -07:00
2021-11-29 14:15:53 -05:00
2019-12-07 02:38:02 +01:00