Oxidizer paste error

This one happens a lot in random places, but here’s a simple repeatable case for you.

  1. In any app (I just replicated it with the universal master detail template), create an empty method.
  2. Go to the method and paste this:

NSMutableSet *set = [NSMutableSet set];

  1. As well as the right bit of code, I get these other bits I have to remove…
method DetailViewController.newmethod;
begin
  namespace ;
interface
var &set: NSMutableSet := NSMutableSet.&set();
implementation
end.
end;

Thanks, logged as bugs://71608

bugs://71608 got closed with status fixed.