init
This commit is contained in:
7
snippets/kotlin-mode/singleton
Normal file
7
snippets/kotlin-mode/singleton
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: Singleton
|
||||
# key: singleton
|
||||
# --
|
||||
object $1 {
|
||||
$0
|
||||
}
|
||||
Reference in New Issue
Block a user