KT-26629 Inspection to replace equality check with NaN with isNaN call
This commit is contained in:
committed by
Mikhail Glukhikh
parent
07e908f15f
commit
574178882a
@@ -0,0 +1,5 @@
|
||||
// RUNTIME_WITH_FULL_JDK
|
||||
|
||||
fun test() {
|
||||
val t = java.lang.Double.NaN ==<caret> 5.0
|
||||
}
|
||||
Reference in New Issue
Block a user