mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-04 18:20:10 +00:00
refactored the tests to prepare running ecj as well as delombok.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import lombok.Setter;
|
||||
class SetterPlain {
|
||||
@lombok.Setter int i;
|
||||
@Setter int foo;
|
||||
}
|
||||
Reference in New Issue
Block a user