ExtractionTest: Change test data layout
This commit is contained in:
@@ -2,14 +2,4 @@ fun a() {
|
||||
when (1) {
|
||||
is 1 -> println(<selection>2</selection>)
|
||||
}
|
||||
}
|
||||
/*
|
||||
fun a() {
|
||||
when (1) {
|
||||
is 1 -> {
|
||||
val i = 2
|
||||
println(i)
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
Reference in New Issue
Block a user