Add intention to expand boolean expression
#KT-38597 Fixed
This commit is contained in:
committed by
igoriakovlev
parent
f005091dfb
commit
343af60cb4
@@ -0,0 +1,7 @@
|
||||
fun test(i: Int): Boolean {
|
||||
return if (i == 1 || i == 2 || i == 3) {
|
||||
true
|
||||
} else {
|
||||
false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user