From 89e57db2aa61020ca9f8968d2779f675af91e8e6 Mon Sep 17 00:00:00 2001 From: Chris O'Hara Date: Thu, 21 Sep 2023 09:54:36 +1000 Subject: [PATCH] Update compiler/unsupported.go Co-authored-by: Achille --- compiler/unsupported.go | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/unsupported.go b/compiler/unsupported.go index 74a0e00..3dffb3f 100644 --- a/compiler/unsupported.go +++ b/compiler/unsupported.go @@ -11,7 +11,6 @@ import ( func unsupported(decl ast.Node, info *types.Info) (err error) { ast.Inspect(decl, func(node ast.Node) bool { switch nn := node.(type) { - case ast.Expr: case ast.Stmt: switch n := nn.(type) { // Not yet supported: