Remove Right Part of Binary Expression Quick-Fix: Split to separate quick fixes for cast- and elvis-expressions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Remove cast" "true"
|
||||
// "Remove useless cast" "true"
|
||||
fun test(x: Any): String? {
|
||||
if (x is String) {
|
||||
return x <caret>as String
|
||||
|
||||
Reference in New Issue
Block a user