Files
kotlin-fork/idea/testData/intentions/removeRedundantCallsOfConversionMethods/float.kt
T
2016-10-17 12:05:18 +03:00

2 lines
47 B
Kotlin
Vendored

// WITH_RUNTIME
val foo = 1.1f.toFloat()<caret>