< prev index next > test/langtools/tools/javac/recovery/ClassBlockExits.java
Print this page
/*
* @test
* @bug 8243047
* @summary javac should not crash while processing exits in class initializers in Flow
+ * @enablePreview
* @library /tools/lib /tools/javac/lib
* @modules jdk.compiler/com.sun.tools.javac.api
* jdk.compiler/com.sun.tools.javac.file
* jdk.compiler/com.sun.tools.javac.main
* jdk.compiler/com.sun.tools.javac.util
@Override
public String expand(String optParameter) {
return code;
}
}
- }
+ }
< prev index next >