Initial commit: Go 1.23 release state
This commit is contained in:
7
test/fixedbugs/issue4326.dir/z.go
Normal file
7
test/fixedbugs/issue4326.dir/z.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package z
|
||||
|
||||
import "./p2"
|
||||
|
||||
func main() {
|
||||
p2.NewO().RemoveOption("hello", "world")
|
||||
}
|
||||
Reference in New Issue
Block a user