Alias FileOutputStream.~this

class FileOutputStream
{
  // ...
  alias ~this;
  // ...
}