Sign in
android
/
platform
/
tools
/
idea
/
767536605379e492929a763f4a585cb4f499b9f6
/
.
/
java
/
java-tests
/
testData
/
codeInsight
/
splitIfAction
/
afterOrParenthesis.java
blob: 129158349fccfd37067f2f67f8f4e11373aa98e5 [
file
] [
log
] [
blame
]
class
C
{
void
foo
()
{
if
(
a
)
{
call
();
}
else
if
(
b
)
{
call
();
}
}
}