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