Fix invalid resources placement
For ExpandBooleanExpressionIntention and RedundantAsSequence intention
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
fun f(b: Boolean): Boolean {
|
||||
return if (b) {
|
||||
true
|
||||
} else {
|
||||
false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user