remove some Groovy missing return statement false positives (IDEA-51930, IDEA-51932)
[fedora-idea.git] / plugins / groovy / testdata / highlighting / MissingReturnFromClosure.groovy
bloba8952ce90b7ee910ad102bf3755a8288ea2a4996
1 list.each {c ->
2 if (some) {
3 result = c