mirror of
https://github.com/go-delve/delve.git
synced 2025-10-27 12:05:21 +08:00
`sameFrameCond` should not be constructed as one `And Express` when `sameGCond` which is the first child of `BinaryExpr` is nil. Fixes: #2162
8 lines
69 B
Go
8 lines
69 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("test dlv")
|
|
}
|