ExtractionTest: Change test data layout

This commit is contained in:
Alexey Sedunov
2014-04-10 19:27:32 +04:00
parent 24d8557a5a
commit 4dec0508a6
57 changed files with 218 additions and 282 deletions
@@ -3,13 +3,4 @@ fun a() {
is 3 -> 1
is 4 -> <selection>1</selection>
}
}
/*
fun a() {
val i = 1
when (i) {
is 3 -> i
is 4 -> i
}
}
*/
}