[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs1644-58.cs
blobe994cf338bddda5f3b3b14c348fe7857391b36f0
1 // CS1644: Feature `default literal' cannot be used because it is not part of the C# 7.0 language specification
2 // Line: 7
3 // Compiler options: -langversion:7
5 class X
7 int i = default;