[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs1525-19.cs
blob05d6451364d242ad99cefec789ce1554d1299e75
1 // CS1525: Unexpected symbol `int'
2 // Line: 5
4 public class Test {
5 void T (int int) {}