< prev index next > test/langtools/tools/javac/SuperInit/LambdaOuterCapture.java
Print this page
* questions.
*/
/*
* @test
* @bug 8334252
+ * @library /tools/javac/lib
* @summary Test lambda declared in early construction context
+ * @modules jdk.compiler/com.sun.tools.javac.tree
+ * jdk.compiler/com.sun.tools.javac.util
+ * @enablePreview
+ * @run main LambdaOuterCapture
+ * @build SuperCallRemover
+ * @compile -Xlint:initialization -Werror -XDrawDiagnostics -processor SuperCallRemover LambdaOuterCapture.java
*/
public class LambdaOuterCapture {
public class Inner {
< prev index next >