Files
kotlin-fork/idea/resources/intentionDescriptions/ConvertUnsafeCastToUnsafeCastCallIntention/after.kt.template
T
2018-02-13 13:05:52 +03:00

3 lines
76 B
Plaintext

fun test(foo: dynamic) {
val s = <spot>foo.unsafeCast<String>()</spot>
}