Add quickfix for UnsafeCastFromDynamicInspection #KT-20915 Fixed
This commit is contained in:
committed by
Alexey Sedunov
parent
f709a382ae
commit
113e9f496e
@@ -0,0 +1,6 @@
|
||||
// JS
|
||||
fun test() {
|
||||
val d: dynamic = Any()
|
||||
var s: String? = null
|
||||
s = <caret>d
|
||||
}
|
||||
Reference in New Issue
Block a user