fix QuickFixTestGenerated$Expressions.testRemoveUselessCast
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Remove cast" "true"
|
||||
fun foo(a: String) {
|
||||
val b = a <caret>as Any
|
||||
val b = a <caret>as String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user