// "Replace with ThreadLocal.withInitial()" "true" public class Main { // comment ThreadLocal tlr = ThreadLocal.withInitial(() -> "initial"); }