mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 06:23:39 +00:00
reflect: implement and test Value.Comparable
This commit is contained in:
@@ -8105,6 +8105,8 @@ func TestValue_Len(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
func TestValue_Comparable(t *testing.T) {
|
||||
var a int
|
||||
var s []int
|
||||
@@ -8286,6 +8288,8 @@ func TestValue_Comparable(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
type ValueEqualTest struct {
|
||||
v, u any
|
||||
eq bool
|
||||
|
||||
Reference in New Issue
Block a user