From 8932ba496aec56be49b8d6fefdd17bd0a9e8bd70 Mon Sep 17 00:00:00 2001 From: Kirill Ignatiev Date: Sun, 3 Sep 2017 14:23:38 -0400 Subject: [PATCH] =?UTF-8?q?processOneSig=20shouldn=E2=80=99t=20return=20no?= =?UTF-8?q?thing,=20fixes=20#240.=20(#241)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/knowndeprec.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/knowndeprec.jl b/src/knowndeprec.jl index 1411c83..9332be4 100644 --- a/src/knowndeprec.jl +++ b/src/knowndeprec.jl @@ -72,6 +72,7 @@ function processOneSig(s, typeHints) return (s.head, ditype) else println(STDERR, "Lint doesn't understand " * string(s) * " as an argument") + return (:normal, :Any) end end