Alias FileNameEditLine.~this

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