ExtractionTest: Change test data layout
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
fun f(list: List<String>) {
|
||||
val value = list[<selection>1 + 2</selection>]
|
||||
}
|
||||
/*
|
||||
fun f(list: List<String>) {
|
||||
val i = 1 + 2
|
||||
val value = list[i]
|
||||
}
|
||||
*/
|
||||
}
|
||||
Reference in New Issue
Block a user