llgo instr: pyList

This commit is contained in:
xushiwei
2024-05-15 15:42:58 +08:00
parent c2cf0443ef
commit 3e7bfbb45c
5 changed files with 126 additions and 14 deletions

View File

@@ -1132,8 +1132,6 @@ func (b Builder) MakeInterface(tinter Type, x Expr) (ret Expr) {
case kind == types.String:
return Expr{b.InlineCall(pkg.rtFunc("MakeAnyString"), x).impl, tinter}
}
case *types.Pointer:
panic("todo: pointer")
}
panic("todo")
}