[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0246-25.cs
blob60aa5e4ce9563d9f100d5ed39a76270584754799
1 // CS0246: The type or namespace name `X' could not be found. Are you missing an assembly reference?
2 // Line: 4
4 class A<T> where T : X
6 public class X {}