mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-05 00:18:37 +00:00
refactored the tests to prepare running ecj as well as delombok.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import lombok.SneakyThrows;
|
||||
class SneakyThrowsPlain {
|
||||
@lombok.SneakyThrows public void test() {
|
||||
System.out.println("test1");
|
||||
}
|
||||
|
||||
@SneakyThrows public void test2() {
|
||||
System.out.println("test2");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user