pascalabcnet/TestSuite/symbol_table_test.pas
Бондарев Иван 01efad3d4f bug fix
2017-08-08 22:00:19 +02:00

14 lines
419 B
ObjectPascal

//winonly
{$reference 'PresentationFramework.dll'}
{$reference 'WindowsBase.dll'}
{$reference 'PresentationCore.dll'}
{$reference 'WindowsFormsIntegration.dll'}
uses System, System.Windows, System.Collections, System.Collections.Generic;
begin
var lst: Generic.List<integer> := new System.Collections.Generic.List<integer>();
Convert.ToInt32('23');
var ic: System.Windows.Input.ICommand;
var ic2: Input.ICommand;
end.