[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs1644-53.cs
blob2c66dd064b397425a05526aae0178b6159c93161
1 // CS1644: Feature `tuples' cannot be used because it is not part of the C# 6.0 language specification
2 // Line: 7
3 // Compiler options: -langversion:6
5 class Class
7 static (int, bool) Foo ()
9 return;