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