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