[runtime] Synthesize IList and IReadOnlyList for the element type of enum errays...
authorRodrigo Kumpera <kumpera@gmail.com>
Thu, 28 Sep 2017 20:45:54 +0000 (13:45 -0700)
committerRodrigo Kumpera <kumpera@gmail.com>
Thu, 28 Sep 2017 20:45:54 +0000 (13:45 -0700)
commitac1d494270ac25b3fd885ef7d8b52cb27109861d
tree639199c9bfd8a0a5cd0aa5642f9330b341a196de
parent5728865725b12ad307007f14c16f3d7e31d274dd
[runtime] Synthesize IList and IReadOnlyList for the element type of enum errays. Fixes #59824

Make sure array of enums can be casted to interfaces of their element types.
mono/metadata/class.c
mono/tests/array.cs