// "Move initializer to constructor" "true-preview" public class X { final int fi; public X(String s) { fi = 0; } }