Oxidizer wrong translation

VS, latest beta.

Obj-C code:

id<MKAnnotation> ann = nil;

Is translated to:

namespace
{
	public static class __Globals
	{
		// 
		// 
		public IMKAnnotation ann;
 
	}
 
}

Should be:

id<MKAnnotation> ann = nil;

Same code of course :slight_smile: Maybe not big deal, but in case of translate more lines of code, it matter. :smile:

b.r.

Thanks, logged as bugs://73012

bugs://73012 got closed with status fixed.