elect
09/25/2021, 6:07 PM+ and - operators with implicit receiver?
branchFilter {
+"refs/heads/my-feature"
}CLOVIS
09/25/2021, 6:15 PMbranchFilter function that takes a parameter that is lambda with a receiver on some class (eg. BranchFilterDSL). Now, all functions declared in BranchFilterDSL (or as extensions of BranchFilterDSL) are available inside the lambda, and not outside of it.elect
09/25/2021, 6:16 PM+ form unless you have an explicit receiver, ie receiver + "refs"elect
09/25/2021, 6:21 PMunaryPlus!turansky
09/25/2021, 9:31 PM