"Split if" intention - renamed tests
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun foo() {
|
||||
val a = true
|
||||
val b = false
|
||||
if (a) {
|
||||
val v = a <caret>&& b
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user