avonar
Results
1
issues of
avonar
### The following program `sample.go` triggers an unexpected result ```go package main import ( _ "github.com/jackc/pgx/v4/pgxpool" ) func main() { println("Hello, playground") } ``` ### Expected result ```console $ yaegi...
bug
area/core