Runnable sources, deliberate compile failures, three small modules and nine captured transcripts for import module (JEP 511). Co-Authored-By: Claude Sonnet 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01TF9JWFvJSNm6HVzswzZU5a
4 lines
103 B
Java
4 lines
103 B
Java
/imports
|
|
System.out.println(List.of(1, 2).stream().map(x -> x * 2).collect(Collectors.toList()))
|
|
/exit
|