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