Code formatting
This commit is contained in:
committed by
KonstantinAnisimov
parent
eba8a50c43
commit
715db233f9
+1
-1
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------//
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user