We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfd410 commit 956b650Copy full SHA for 956b650
fuzz_test.go
@@ -53,6 +53,7 @@ func FuzzExpr(f *testing.F) {
53
`a[:]`,
54
`a[1:-1]`,
55
`len(a)`,
56
+ `type(a)`,
57
`abs(-1)`,
58
`int(0.5)`,
59
`float(42)`,
0 commit comments