mv cases to _cmptest

This commit is contained in:
xushiwei
2024-06-23 01:00:02 +08:00
parent cd6d4021b1
commit adeb5de19f
6 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
package foo
func Bar() any {
return struct{ V int }{1}
}
func F() any {
return struct{ v int }{1}
}