Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
IfToAssertionIntention
/
description.html
blob: a58e12678213a990998fb3f99858cab4832dce93 [
file
] [
log
] [
blame
]
<html>
<body>
This intention replaces an
<b>
if
</b>
statement
which throws an AssertionError if the condition is false, with an
<b>
assert
</b>
statement.
<br><br>
<small>
New in 10
</small>
</body>
</html>