Added more quickfixes; added tests
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// "Remove cast" "true"
|
||||
fun foo(a: Any) {
|
||||
val b = a <caret>as Any
|
||||
}
|
||||
Reference in New Issue
Block a user