record BoldLine() { public static final int lineWidth = 10;}var width = BoldLine.lineWidth;//width is 10System.out.println("width is " + width);