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