ebae6332aa
For ExpandBooleanExpressionIntention and RedundantAsSequence intention
7 lines
96 B
Plaintext
7 lines
96 B
Plaintext
fun f(b: Boolean): Boolean {
|
|
return if (b) {
|
|
true
|
|
} else {
|
|
false
|
|
}
|
|
} |