
commonMain.co.touchlab.skie.phases.other.DeclareMissingSymbolsPhase.kt Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy