Related to #1304, it's important to have elements split, so the visibility can be changed per item ```diff -const A, B; +const A; +const B; ``` ```diff -public $a, $b; +public $a; +public $b; ```
Related to #1304, it's important to have elements split, so the visibility can be changed per item