mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-09-23 17:51:31 +00:00
7 lines
120 B
Kotlin
7 lines
120 B
Kotlin
package gay.pizza.pork.compiler
|
|
|
|
class Loadable(
|
|
val call: CompilableSymbol? = null,
|
|
val stubVar: StubVar? = null
|
|
)
|