修正了种子编译器的错误

This commit is contained in:
2026-07-22 21:55:36 +08:00
parent 135aa05485
commit ca7c2120b8
1185 changed files with 12056 additions and 2673 deletions

View File

@@ -0,0 +1,19 @@
"""
Auto-generated Python stub file from conflict_node.py
Module: conflict_node
"""
import c
import t
from linkedlist import GSListNode
@t.NoVTable
class Value(GSListNode[Value]):
Ty: t.CPtr
Name: t.CPtr
IsConst: t.CInt
IntVal: t.CInt64T
FloatVal: t.CDouble
def __init__(self: Value) -> t.CInt: pass