Remove duplicate isNullConst extension functions from IrUtils2.

This commit is contained in:
Mads Ager
2022-05-09 15:10:42 +02:00
committed by SvyatoslavScherbina
parent 876cc472b4
commit 46086027c5
@@ -60,9 +60,6 @@ internal fun irBuilder(
endOffset
) {}
//TODO: delete file on next kotlin dependency update
internal fun IrExpression.isNullConst() = this is IrConst<*> && this.kind == IrConstKind.Null
private var topLevelInitializersCounter = 0
internal fun IrFile.addTopLevelInitializer(expression: IrExpression, context: KonanBackendContext, threadLocal: Boolean) {