Convert 'simplify when' from intention to inspection
Related to KT-20492
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
fun test() {
|
||||
val x = <caret>when {
|
||||
true -> 1
|
||||
else -> 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user