// "Move initializer to constructor" "true-preview" public class X { int i; public X() { i = 7; } }