All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.co.touchlab.skie.phases.FrontendIrPhase+linker.kt Maven / Gradle / Ivy

The newest version!
package co.touchlab.skie.phases

import co.touchlab.skie.context.FrontendIrPhaseContext
import co.touchlab.skie.kir.irbuilder.DeclarationBuilder

val FrontendIrPhase.Context.declarationBuilder: DeclarationBuilder
    get() = typedContext.declarationBuilder

private val FrontendIrPhase.Context.typedContext: FrontendIrPhaseContext
    get() = context as FrontendIrPhaseContext




© 2015 - 2024 Weber Informatics LLC | Privacy Policy