15 lines
154 B
ObjectPascal
15 lines
154 B
ObjectPascal
unit u_partial2;
|
|
|
|
interface
|
|
|
|
type
|
|
t1 = partial class
|
|
public constructor := exit;
|
|
end;
|
|
|
|
implementation
|
|
|
|
type
|
|
t1 = partial class end;
|
|
|
|
end. |