[sgen] Reenable gc-altstack test
[mono.git] / mcs / class / dlr / Runtime / Microsoft.Scripting.Core / Utils / ReflectionUtils.cs
1 using System;
2
3 namespace Microsoft.Scripting.Utils {
4     internal static class ReflectionUtils {
5         public static readonly Type[] EmptyTypes = new Type[0];
6     }
7 }