chore: remove unused break statement for inline functions.
This commit is contained in:
@@ -29,4 +29,4 @@ fun IrDeclaration.isExportedInterfaceMember() =
|
|||||||
|
|
||||||
fun IrReturn.isTheLastReturnStatementIn(target: IrReturnableBlockSymbol): Boolean {
|
fun IrReturn.isTheLastReturnStatementIn(target: IrReturnableBlockSymbol): Boolean {
|
||||||
return target.owner.statements.lastOrNull() === this
|
return target.owner.statements.lastOrNull() === this
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user