mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8177466: Add compiler support for local variable type-inference
Add support for 'var' in implicitly typed local variable declarations Reviewed-by: vromero, jlahoda
This commit is contained in:
parent
02ba926da2
commit
c825188cd8
62 changed files with 2269 additions and 378 deletions
|
@ -106,7 +106,8 @@ module jdk.compiler {
|
|||
exports com.sun.tools.javac.jvm to
|
||||
jdk.javadoc;
|
||||
exports com.sun.tools.javac.main to
|
||||
jdk.javadoc;
|
||||
jdk.javadoc,
|
||||
jdk.jshell;
|
||||
exports com.sun.tools.javac.model to
|
||||
jdk.javadoc;
|
||||
exports com.sun.tools.javac.parser to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue