Introduce intention 'expr.unsafeCast<Type>()' <- -> 'expr as Type'
So #KT-16382 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
085c7d30ed
commit
e35ec8ee08
@@ -0,0 +1,5 @@
|
||||
// JS
|
||||
// IS_APPLICABLE: false
|
||||
fun test(foo: Any?) {
|
||||
val s = <caret>foo?.unsafeCast<String>()
|
||||
}
|
||||
Reference in New Issue
Block a user