yasnippet-snippets/java-mode/fori
2011-07-07 14:32:44 +02:00

9 lines
No EOL
135 B
Text

# -*- mode: snippet -*-
# name: fori
# key: fori
# contributor: Andrea crotti
# --
for (${1:Object el} : ${2:iterator}) {
$0
}