mirror of
https://github.com/tiennm99/lombok.git
synced 2026-06-02 10:13:05 +00:00
[#655] Added a test for the post compiler. It indeed fails in JDK8 now due to an ASM version that doesn't understand java 8 class files.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
public class PostCompileSneaky {
|
||||
public void test() {
|
||||
throw lombok.Lombok.sneakyThrow(new Exception());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user