[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs1644-40.cs
blob43ea9b022d6ccf2767a601b606ea96daae8900ae
1 // CS1644: Feature `expression bodied members' cannot be used because it is not part of the C# 5.0 language specification
2 // Line: 7
3 // Compiler options: -langversion:5
5 class C
7 int this [long arg] => -9;