mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 13:33:04 +00:00
4 lines
119 B
Plaintext
4 lines
119 B
Plaintext
#Author : Jonas Bonèr <jonas@jonasboner.com>
|
|
#name : val m = new HashSet[K]
|
|
# --
|
|
val ${1:m} = new HashSet[${2:key}] $0 |