// "Initialize in constructor" "true-preview" class Main { private final int var; private Main(int var) { this.var = 0; } }