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

3 lines
65 B
Plaintext

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