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

3 lines
60 B
Kotlin
Vendored

// WITH_RUNTIME
val foo = ""
val bar = foo.toString()<caret>