aboutsummaryrefslogtreecommitdiff
path: root/test/bytecode/resource/PostCompileSneaky.java
blob: fded565c0e616fa813fa61951a7f925a5b2e246d (plain)
1
2
3
4
5
public class PostCompileSneaky {
	public void test() {
		throw lombok.Lombok.sneakyThrow(new Exception());
	}
}