Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
CreateAssertIntention
/
before.java.template
blob: f03c95d9be64f256d4e0c00969d6d1027df55585 [
file
] [
log
] [
blame
]
public
class
X
extends
TestCase
{
void
f
(
boolean
x
)
{
<spot>
x
>
3
</
spot
>
}
}