langtools/test/jdk/jshell/InferTypeTest.java
changeset 36778 e04318f39f92
parent 36526 3b41f1c69604
equal deleted inserted replaced
36777:28d33fb9097f 36778:e04318f39f92
    27  * @summary Test Type Inference
    27  * @summary Test Type Inference
    28  * @library /tools/lib
    28  * @library /tools/lib
    29  * @modules jdk.compiler/com.sun.tools.javac.api
    29  * @modules jdk.compiler/com.sun.tools.javac.api
    30  *          jdk.compiler/com.sun.tools.javac.main
    30  *          jdk.compiler/com.sun.tools.javac.main
    31  *          jdk.jdeps/com.sun.tools.javap
    31  *          jdk.jdeps/com.sun.tools.javap
    32  * @build KullaTesting TestingInputStream ToolBox Compiler
    32  * @build KullaTesting TestingInputStream toolbox.ToolBox Compiler
    33  * @run testng InferTypeTest
    33  * @run testng InferTypeTest
    34  */
    34  */
    35 
    35 
    36 import org.testng.annotations.Test;
    36 import org.testng.annotations.Test;
    37 
    37