Skip to content

Commit 9ca5335

Browse files
committed
Kotlin object
1 parent c3869d4 commit 9ca5335

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

snippets/kotlin.snippets

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ snippet cobj
2020
companion object {
2121
${0:${VISUAL}}
2222
}
23+
snippet obj
24+
object ${1} {
25+
${0:${VISUAL}}
26+
}
2327
snippet if
2428
if (${1}) {
2529
${0:${VISUAL}}

0 commit comments

Comments
 (0)