[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs1525-19.cs
1 // CS1525: Unexpected symbol `int'
2 // Line: 5
3
4 public class Test {
5     void T (int int) {}
6 }