emacs-prelude/vendor/yasnippet/snippets/scala-mode/hset.new

5 lines
110 B
Plaintext
Raw Normal View History

2012-02-17 22:12:32 +02:00
# Author: Jonas Bonèr <jonas@jonasboner.com>
# name: new HashSet[K]
# key: hset
# --
new HashSet[${1:key}] $0