javavscode icon indicating copy to clipboard operation
javavscode copied to clipboard

List.of Bug

Open LongerFase opened this issue 11 months ago • 1 comments

var l=List.of("a","b "); l.add("rr");

No error hint when coding,but compile error,because List.of return immutableCollection.

LongerFase avatar Dec 29 '24 10:12 LongerFase

Thanks @LongerFase for noticing this ! You are right that no hint is provided as of now we are working on it , though this fails only at runtime and not at compile time .

shivam71 avatar Jan 03 '25 05:01 shivam71