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

commonMain.co.touchlab.skie.phases.other.DeclareMissingSymbolsPhase.kt Maven / Gradle / Ivy

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

import co.touchlab.skie.phases.SymbolTablePhase
import co.touchlab.skie.phases.declarationBuilder

object DeclareMissingSymbolsPhase : SymbolTablePhase {

    context(SymbolTablePhase.Context)
    override suspend fun execute() {
        declarationBuilder.declareSymbols()
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy