diff --git a/ssa/interface.go b/ssa/interface.go index f0350887..ca8a80a5 100644 --- a/ssa/interface.go +++ b/ssa/interface.go @@ -71,8 +71,8 @@ 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.Struct: - panic("todo: struct") + // case *types.Struct: + // panic("todo: struct") } panic("todo") }