Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
resources-en
/
src
/
intentionDescriptions
/
PushConditionInCallAction
/
after.java.template
blob: 1c374e050b2529052467eb26d96c7555b6c3f366 [
file
] [
log
] [
blame
]
class
X
{
void
bar
(
boolean
b
)
{
String
str
=
foo
(
b
?
"true"
:
"false"
);
}
String
foo
(
String
p
)
{
return
p
;
}
}