Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
DoubleLiteralMayBeFloatLiteral.html
blob: ffb311c17fb72f6cddda93940813746b36b8194f [
file
] [
log
] [
blame
]
<html>
<body>
Reports
<b>
double
</b>
literal expressions
which are immediately cast to
<b>
float
</b>
. Such
literal expressions can be replaced with the equivalent
<b>
float
</b>
literal.
<!-- tooltip end -->
<p>
</body>
</html>