mirror of
https://github.com/tiennm99/lombok.git
synced 2026-07-20 16:19:55 +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,10 @@
|
||||
import lombok.Getter;
|
||||
import pkgA.ClassA;
|
||||
|
||||
public class ClassB {
|
||||
@Getter private String world = "world";
|
||||
public void test() {
|
||||
new ClassA().getHello();
|
||||
getWorld();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user