DEBSOURCES
Skip Quicknav
sources / fpc / 2.6.4%2Bdfsg-4 / fpcsrc / tests / test / tsealed3.pp
123456789101112
{ %fail } {$ifdef fpc} {$mode objfpc} {$endif} type TSealedClass = class abstract sealed public end; begin end.