Datasets:

ArXiv:
License:
Stack-Repo / data /val /abargnesi /lombok /test /bytecode /resource /PostCompileSneaky.java
denisko's picture
cnanged dir structure and removed features file
3e77472
public class PostCompileSneaky {
public void test() {
throw lombok.Lombok.sneakyThrow(new Exception());
}
}