Sign in
android
/
platform
/
tools
/
idea
/
934b9431b0b827a132df794e307fe5a2b70de00b
/
.
/
java
/
java-tests
/
testData
/
codeInsight
/
splitIfAction
/
after5.java
blob: ae28ee0fd9a068c33110d10baadbd33970b836a5 [
file
] [
log
] [
blame
]
class
C
{
void
foo
()
{
if
(<
caret
>
a
&&
b
)
{
if
(
c
&&
d
&&
e
)
{
call
();
}
}
}
}