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