Datasets:
ArXiv:
License:
| public class PostCompileSneaky { | |
| public void test() { | |
| throw lombok.Lombok.sneakyThrow(new Exception()); | |
| } | |
| } |
| public class PostCompileSneaky { | |
| public void test() { | |
| throw lombok.Lombok.sneakyThrow(new Exception()); | |
| } | |
| } |