TestUnitAlias1.pas 165 B

123456789101112
  1. unit TestUnitAlias2;
  2. interface
  3. implementation
  4. uses
  5. Test.Foo.Alias1; // replaced with bar
  6. //Test.Foo.Alias2; // replaced with Test.Foo.SomeLongUnitName
  7. end.