Add resources-en for idea
#KT-38297 Fixed
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
fun test(foo: dynamic) {
|
||||
val s = <spot>foo as String</spot>
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
fun test(foo: dynamic) {
|
||||
val s = <spot>foo.unsafeCast<String>()</spot>
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention converts an <b>unsafeCast()</b> call to an unsafe cast (<b>as</b>).
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user