kirillrakhman
11/25/2016, 12:56 PMconst val
instead of plain val
for constants (should remove one method per).
- `private val`s in `companion object`s (even if const
) will produce accessor methods. make them public to get rid of the accessor methods