Files
kotlin-fork/idea/testData/intentions/evaluateCompileTimeExpression/doublePositiveInfinity.kt
T
Toshiaki Kameyama d9cf4ee732 Add intention to evaluate compile time expression
#KT-40251 Fixed
2020-09-22 10:46:54 +02:00

2 lines
85 B
Kotlin
Vendored

// INTENTION_TEXT: "Replace with 'Double.POSITIVE_INFINITY'"
val x = <caret>1.0 / 0.0