Add intention to evaluate compile time expression

#KT-40251 Fixed
This commit is contained in:
Toshiaki Kameyama
2020-09-13 19:17:00 +09:00
committed by klunnii
parent 8cac3f654c
commit d9cf4ee732
37 changed files with 233 additions and 0 deletions
@@ -0,0 +1,2 @@
// INTENTION_TEXT: "Replace with 'Float.NEGATIVE_INFINITY'"
val x = <caret>-1.0f / 0.0f