Remove duplicate isNullConst extension functions from IrUtils2.
This commit is contained in:
committed by
SvyatoslavScherbina
parent
876cc472b4
commit
46086027c5
-3
@@ -60,9 +60,6 @@ internal fun irBuilder(
|
|||||||
endOffset
|
endOffset
|
||||||
) {}
|
) {}
|
||||||
|
|
||||||
//TODO: delete file on next kotlin dependency update
|
|
||||||
internal fun IrExpression.isNullConst() = this is IrConst<*> && this.kind == IrConstKind.Null
|
|
||||||
|
|
||||||
private var topLevelInitializersCounter = 0
|
private var topLevelInitializersCounter = 0
|
||||||
|
|
||||||
internal fun IrFile.addTopLevelInitializer(expression: IrExpression, context: KonanBackendContext, threadLocal: Boolean) {
|
internal fun IrFile.addTopLevelInitializer(expression: IrExpression, context: KonanBackendContext, threadLocal: Boolean) {
|
||||||
|
|||||||
Reference in New Issue
Block a user