// "Compute constant value of 'x1'" "true-preview" class Test { void test() { var x1 = Test.class; System.out.println(x1); } }