Add assert when dllmap is disabled and fix support build in netcore mode
[mono-project.git] / mono / tests / bug-333798.2.cs
blob7c5b4456525c3a14149be4205260b2caf329eb79
1 public class Gen<T> {
2 public static Gen<T>[] newSelfArr () {
3 return null;
7 public class main {
8 public static void Main () {
9 Gen<int>.newSelfArr ();