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:
Maurizio Cimadamore 2017-09-26 12:52:53 +01:00
parent 02ba926da2
commit c825188cd8
62 changed files with 2269 additions and 378 deletions

View file

@ -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