Do not rewrite path for abstracts when applying @:native (closes #5993)
We don't need to do this, because it's already done for their implementation class as a result of forwarding @:native to them on creation,
and only classes can be restored, not abstracts, as far as I understood.