Sign in
android
/
platform
/
tools
/
idea
/
934b9431b0b827a132df794e307fe5a2b70de00b
/
.
/
java
/
java-tests
/
testData
/
codeInsight
/
invertIfCondition
/
beforeFlow2.java
blob: 1a75c6395e4e92c3de220325306011b9f8c46779 [
file
] [
log
] [
blame
]
// "Invert If Condition" "true"
class
A
{
public
void
foo
()
{
<
caret
>
if
(
c
)
{
a
();
b
();
}
}
}