reflect: add CanInt() and friends and uncomments tests that pass

This commit is contained in:
Damian Gryski
2023-03-24 10:43:19 -07:00
committed by Ron Evans
parent 53b95cad08
commit 181d2ad2b4
2 changed files with 42 additions and 2 deletions
+2 -2
View File
@@ -430,6 +430,8 @@ func TestMapIterSet(t *testing.T) {
}
}
*/
func TestCanIntUintFloatComplex(t *testing.T) {
type integer int
type uinteger uint
@@ -617,8 +619,6 @@ func TestCanSetField(t *testing.T) {
}
}
*/
var _i = 7
var valueToStringTests = []pair{