Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
marvel
GitHub Repository: marvel/qnf
Path: blob/master/elisp/emacs-for-python/yasnippet/snippets/scala-mode/def.arg-body
990 views
#Author : Jonas Bonèr <[email protected]>
#name : def f(arg: T) = {...}
# --
def ${1:name}(${2:args}) = {
  $0
}