type t1 = class static constructor; constructor; constructor(i: integer); end; static constructor t1.Create{@static constructor t1();@}; begin end; constructor t1.Create{@constructor t1();@}; begin end; constructor t1.Create{@constructor t1(i: integer);@}(i: integer); begin end; begin end.