IDEA-51514 Move statement to move lines in multiline Groovy string literals
[fedora-idea.git] / plugins / groovy / testdata / groovy / completion / EachMethodForMapWithKeyValue_after.groovy
blob0707b88a6e784e0d01dffc428073f008bf00425d
1 Map<String, Intger> map=["2":2, "3":3];
2 map.each{
3 key, value->
4 key.codePoint<caret>