Add surround with if /else
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
fun foo() {
|
||||
val a: String? = null
|
||||
|
||||
if (<caret>) {
|
||||
if (a != null) {
|
||||
a.length()
|
||||
}
|
||||
} else {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user