[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs1011.cs
1 // CS1011: Empty character literal
2 // Line: 5
3
4 class T {
5         char c = '';
6 }