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

7 lines
68 B
Plaintext
Vendored

// WITH_RUNTIME
fun test() {
val foo: String? = null
foo
}