[IR] update testdata: removed extra indentation for function expressions
This commit is contained in:
committed by
teamcityserver
parent
cf5ba82453
commit
ab8188b032
@@ -1,5 +1,5 @@
|
||||
fun testBreakFor() {
|
||||
val xs: IntArray = IntArray(size = 10, init = local fun <anonymous>(i: Int): Int {
|
||||
val xs: IntArray = IntArray(size = 10, init = local fun <anonymous>(i: Int): Int {
|
||||
return i
|
||||
}
|
||||
)
|
||||
@@ -38,7 +38,7 @@ fun testBreakDoWhile() {
|
||||
}
|
||||
|
||||
fun testContinueFor() {
|
||||
val xs: IntArray = IntArray(size = 10, init = local fun <anonymous>(i: Int): Int {
|
||||
val xs: IntArray = IntArray(size = 10, init = local fun <anonymous>(i: Int): Int {
|
||||
return i
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user