``` class A { final x; final y; A(this.x) : y = x; } ``` does not work (with "Only static members can be accessed in initializers"). It should...