diff options
Diffstat (limited to 'emacs.d/snippets/text-mode/scala-mode/cast')
-rw-r--r-- | emacs.d/snippets/text-mode/scala-mode/cast | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.d/snippets/text-mode/scala-mode/cast b/emacs.d/snippets/text-mode/scala-mode/cast new file mode 100644 index 0000000..3b2b209 --- /dev/null +++ b/emacs.d/snippets/text-mode/scala-mode/cast @@ -0,0 +1,4 @@ +#Author : Jonas Bonèr <jonas@jonasboner.com> +#name : asInstanceOf[T] +# -- +asInstanceOf[${1:type}] $0
\ No newline at end of file |