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 98e782e commit c153e4eCopy full SHA for c153e4e
test/precompilation.jl
@@ -11,7 +11,8 @@ div_inf = @snoop_inference x / y
11
const_div_inf = @snoop_inference x / 5
12
pow_inf = @snoop_inference x ^ y
13
print(devnull, Val{5}())
14
-const_pow_inf = @snoop_inference x ^ 5
+z = rand(Int)
15
+const_pow_inf = @snoop_inference x ^ z
16
expr = x + sin(y) * z
17
rules = Dict(x => y)
18
fold = Val{false}()
0 commit comments