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
6 lines
105 B
Java
6 lines
105 B
Java
import module java.nosuch;
|
|
|
|
public class NoSuchModule {
|
|
public static void main(String[] args) { }
|
|
}
|