mirror of
https://github.com/tiennm99/lombok.git
synced 2026-06-01 12:12:50 +00:00
5 lines
111 B
Java
5 lines
111 B
Java
public class PostCompileSneaky {
|
|
public void test() {
|
|
throw lombok.Lombok.sneakyThrow(new Exception());
|
|
}
|
|
} |