mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-10-10 16:19:37 +00:00
7 lines
125 B
Kotlin
7 lines
125 B
Kotlin
package gay.pizza.pork.ast.nodes
|
|
|
|
import kotlinx.serialization.Serializable
|
|
|
|
@Serializable
|
|
sealed class Declaration : Node()
|