mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 05:10:55 +00:00
Well that's a bad mistake.
This commit is contained in:
parent
ed5bbec004
commit
d572a5c732
@ -8,7 +8,7 @@ import kotlinx.serialization.Serializable
|
||||
@Serializable
|
||||
@SerialName("importDeclaration")
|
||||
class ImportDeclaration(val path: StringLiteral) : Declaration() {
|
||||
override val type: NodeType = NodeType.FunctionDeclaration
|
||||
override val type: NodeType = NodeType.ImportDeclaration
|
||||
|
||||
override fun <T> visitChildren(visitor: NodeVisitor<T>): List<T> =
|
||||
visitor.visitNodes(path)
|
||||
|
Loading…
Reference in New Issue
Block a user