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