testgenericclasshelper.out

来自「格式化源码的最新板」· OUT 代码 · 共 22 行

OUT
22
字号
program TestGenericClassHelper;

{$APPTYPE CONSOLE}

{ AFS December 2007 

  This code compiles, but is not semantically meaningfull.
  It is test cases for the code-formating utility

  Test new generics syntax - code from TridenT
}

uses
  SysUtils;

type
  TGenerique<T> = class
    Champ: T
  end;

  {
   E2003 Identificateur non d閏lar

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?