Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix generated code snippet for property traversal (#258)
The code snippet generated with `FilterSteps#genericOption` results in an error like the one below during compilation. ``` value || is not a member of Iterable[Long @uncheckedVariance] ``` Replacing `.empty` with `.isEmpty` should fix this. Signed-off-by: ricekot <[email protected]>
- Loading branch information