[runtime] Handle custom attributes with nested array of enums. Fixes #13767
authorRodrigo Kumpera <kumpera@gmail.com>
Tue, 20 Aug 2013 22:31:43 +0000 (18:31 -0400)
committerRodrigo Kumpera <kumpera@gmail.com>
Tue, 20 Aug 2013 22:34:08 +0000 (18:34 -0400)
commite0c4e5bf88e7d7cfa739b808cf6e6a0ebe68cd6e
treeff934f854a4512ab611eb50f0c4108c86a5f1250
parent0152cee92de2f31a6a45944b5c40350e641f9da1
[runtime] Handle custom attributes with nested array of enums. Fixes #13767

When decoding a custom attribute value, an array value in an object
position can have type of an enum.
mcs/class/corlib/Test/System/TypeTest.cs
mono/metadata/reflection.c