read action
[fedora-idea.git] / plugins / groovy / testdata / paramToMap / closureAtEnd / A.groovy
blobc4c3571706cb87a3f6d43778f60be070804d8444
1 def test = {x, c<caret>l ->
2 cl.call()
5 test (1) {x->x}