First commit.
This commit is contained in:
8
snippets/kotlin-mode/fun
Normal file
8
snippets/kotlin-mode/fun
Normal file
@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: Seong Yong-ju
|
||||
# name: fun
|
||||
# key: fun
|
||||
# --
|
||||
fun ${1:name}($2)${3:: ${4:Unit}} {
|
||||
${0:TODO('Not yet implemented')}
|
||||
}
|
Reference in New Issue
Block a user