6 lines
98 B
ObjectPascal
6 lines
98 B
ObjectPascal
type t1 = class end;
|
|
|
|
begin
|
|
var a := new t1;
|
|
a.НеСуществующийМетод;
|
|
end. |