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