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

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

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

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

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

private val ClassExportPhase.Context.typedContext: ClassExportPhaseContext
    get() = context as ClassExportPhaseContext




© 2015 - 2024 Weber Informatics LLC | Privacy Policy