%line option
Status: Beta
Brought to you by:
logiclrd
If in the user code I use the %line option, I expect that I would be able to access yyline from within my C# code (which is using the generated class). However in the generated class yyline is left private despite using %line in the specification file. I expect that yyline should be made public when using the %line option. If yyline is manually changed to public in the generated class, everything works as expected