projects
/
~bandali
/
configs
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
1ffd2e52def8c97181e5b4920712527dd8a5f854
[~bandali/configs]
/
etc
/
yasnippet
/
snippets
/
java-mode
/
new
1
# -*- mode: snippet -*-
2
# name: new
3
# key: new
4
# --
5
${1:Type} ${2:obj} = new ${3:Constr}(${4:args});$0