Fix invalid testdata for ConvertToScopeIntention applicability
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
// "Change type arguments to <*>" "false"
|
||||
// ACTION: Convert to run
|
||||
// ACTION: Convert to with
|
||||
fun test(a: Any) {
|
||||
(a as List<Boolean><caret>).bar()
|
||||
}
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
// "Change type arguments to <*, *>" "false"
|
||||
// ACTION: Convert to run
|
||||
// ACTION: Convert to with
|
||||
fun test(a: Any) {
|
||||
(a as Map<Int, Boolean><caret>).bar()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user