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