Datasets:

ArXiv:
License:
File size: 111 Bytes
c574d3a
 
 
 
 
1
2
3
4
5
public class PostCompileSneaky {
	public void test() {
		throw lombok.Lombok.sneakyThrow(new Exception());
	}
}