Code formatting

This commit is contained in:
Konstantin Anisimov
2017-05-10 18:25:41 +07:00
committed by KonstantinAnisimov
parent eba8a50c43
commit 715db233f9
2 changed files with 2 additions and 2 deletions
@@ -363,7 +363,7 @@ private class Inliner(val currentScope: ScopeWithIr, val context: Context) {
return statements.map { statement ->
if (statement is IrDelegatingConstructorCallImpl) generateIrCall(statement)
else statement
}.toMutableList()
}
}
//-------------------------------------------------------------------------//
+1 -1
View File
@@ -19,8 +19,8 @@
package kotlin
import konan.internal.InlineConstructor
import kotlin.collections.*
import kotlin.comparisons.*
import kotlin.internal.PureReifiable
import kotlin.util.sortArrayComparable
import kotlin.util.sortArrayWith