mirror of
https://github.com/tiennm99/lombok.git
synced 2026-08-10 02:22:08 +00:00
[test] Added some posix scripts to test module-based builds. We should make these as unit tests someday.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package pkgA;
|
||||
|
||||
public class ClassA {
|
||||
@lombok.Getter private String hello = "hello";
|
||||
}
|
||||
Reference in New Issue
Block a user