Skip to content

Commit 0b673c3

Browse files
committed
Scala snippets fix
1 parent dbf5851 commit 0b673c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

snippets/scala.snippets

+2-1
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,9 @@ snippet mhmap
194194
snippet as
195195
${1:name}.asInstanceOf[${2:T}]
196196
#isInstanceOf[]
197+
snippet is
197198
${1:name}.isInstanceOf[${2:T}]
198-
#end
199+
199200
#collections methods
200201

201202
#scope() with one arg

0 commit comments

Comments
 (0)