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 588a1c0 commit dc93b7aCopy full SHA for dc93b7a
src/Deprecated.jl
@@ -10,8 +10,8 @@
10
import Base: *
11
12
# FIXME remove! is it really needed? This is type piracy
13
-function *(a::Symbol, b::AbstractString)::Symbol =
14
- @warn "product * on ::Symbol ::String has been deprecated, please use Symbol(\"$(a)$(b)\") directly"
+function *(a::Symbol, b::AbstractString)
+ @warn "product * on ::Symbol ::String has been deprecated, please use Symbol(string(a,b)) directly"
15
Symbol(string(a,b))
16
end
17
0 commit comments