Files
pork/compiler/src/main/kotlin/gay/pizza/pork/compiler/Loadable.kt

7 lines
120 B
Kotlin

package gay.pizza.pork.compiler
class Loadable(
val call: CompilableSymbol? = null,
val stubVar: StubVar? = null
)