Add jep511 module: module import declarations on JDK 25 and 27
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
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import java.sql.*;
|
||||
import module java.base;
|
||||
|
||||
public class StarImportWinsSql {
|
||||
public static void main(String[] args) {
|
||||
Date d = new Date(0L);
|
||||
System.out.println(d.getClass().getName());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user