Implement 'Surround expression with if' surrounder
#KT-3363 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
f18b9cceb3
commit
09266b222b
@@ -0,0 +1,6 @@
|
||||
fun foo(x: Boolean) {
|
||||
if (x) {
|
||||
<caret>
|
||||
} else {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user