DEBSOURCES
Skip Quicknav
sources / pasdoc / 0.16.0-2 / tests / testcases / test_links_to_dot_names / test_dot.two.dots.pas
123456789101112
unit test_dot.two.dots; interface type TClass = class Field: byte; end; implementation end.