Sign in
android
/
platform
/
tools
/
idea
/
c6218e46d5d2017e987ecdbd99b318a95c42abc0
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
FlipAssertLiteralIntention
/
after.java.template
blob: 4981f6771458003cf2120ebffafcc121555b599b [
file
] [
log
] [
blame
]
public
class
XTest
{
void
testFeature
()
{
assertFalse
(!
isFeatureWork
());
}
}