Add when surrounder
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun foo() {
|
||||
val a = "aa"
|
||||
when(a.capitalize()) {
|
||||
<caret> -> {
|
||||
}
|
||||
else -> {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user