[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0731.cs
blob4eb355360caa0c8ef30426cf34a5f5844ba7694f
1 // CS0731: The type forwarder for type `A' in assembly `CS0731-2-lib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' has circular dependency
2 // Line: 9
3 // Compiler options: -r:CS0731-1-lib.dll -r:CS0731-2-lib.dll
5 class Test
7 static void Main ()
9 new A ();