diff --git a/compiler/sighashes.nim b/compiler/sighashes.nim index e2032294af..5d6b5978d8 100644 --- a/compiler/sighashes.nim +++ b/compiler/sighashes.nim @@ -247,6 +247,9 @@ proc hashType(c: var MD5Context, t: PType; flags: set[ConsiderFlag]) = if tfNoSideEffect in t.flags: c &= ".noSideEffect" if tfThread in t.flags: c &= ".thread" if tfVarargs in t.flags: c &= ".varargs" + of tyArray: + c &= char(t.kind) + for i in 0..