chore: remove unused break statement for inline functions.

This commit is contained in:
Artem Kobzar
2022-03-14 19:41:04 +01:00
committed by teamcity
parent 24552a625c
commit fba4ac12b7
@@ -29,4 +29,4 @@ fun IrDeclaration.isExportedInterfaceMember() =
fun IrReturn.isTheLastReturnStatementIn(target: IrReturnableBlockSymbol): Boolean {
return target.owner.statements.lastOrNull() === this
}
}