[K/N] Reformat
This commit is contained in:
+1
-3
@@ -1606,9 +1606,7 @@ internal object DevirtualizationAnalysis {
|
|||||||
condition = irTrue(),
|
condition = irTrue(),
|
||||||
result = irCall(symbols.throwInvalidReceiverTypeException).apply {
|
result = irCall(symbols.throwInvalidReceiverTypeException).apply {
|
||||||
putValueArgument(0,
|
putValueArgument(0,
|
||||||
irCall(symbols.kClassImplConstructor,
|
irCall(symbols.kClassImplConstructor, listOf(dispatchReceiver.type)).apply {
|
||||||
listOf(dispatchReceiver.type)
|
|
||||||
).apply {
|
|
||||||
putValueArgument(0, irGet(typeInfo))
|
putValueArgument(0, irGet(typeInfo))
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user