blob: 0b52c7640035eabcbec1c474e84e4c3b66d5f32c (
plain)
1
2
3
4
5
6
|
//platform !eclipse: Requires a 'full' eclipse with intialized workspace, and we don't (yet) have that set up properly in the test run.
//conf: lombok.delegate.flagUsage = warning
//skip compare content: We're just checking if the flagUsage key works.
public class DelegateFlagUsage {
@lombok.experimental.Delegate Runnable r = null;
}
|