[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0214-16.cs
blob8d4a66405634931a45e77d74f1365358ee021d64
1 // CS0214: Pointers and fixed size buffers may only be used in an unsafe context
2 // Line: 8
4 public class G<T> {}
6 abstract class A
8 public abstract G<int*[]> Foo1 ();