blob: 0354a94ead9787c6900422df59f50fcdc48666c2 [file] [log] [blame]
internal interface INode {
val tag: Tag
fun toKotlin(): String
}