mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-02 20:24:55 +00:00
refactored the tests to prepare running ecj as well as delombok.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//ignore
|
||||
class SetterWithDollar1 {
|
||||
@lombok.Setter int $i;
|
||||
}
|
||||
|
||||
class SetterWithDollar2 {
|
||||
@lombok.Setter int $i;
|
||||
@lombok.Setter int i;
|
||||
}
|
||||
Reference in New Issue
Block a user