ebae6332aa
For ExpandBooleanExpressionIntention and RedundantAsSequence intention
3 lines
43 B
Plaintext
3 lines
43 B
Plaintext
fun f(b: Boolean): Boolean {
|
|
return b
|
|
} |