pascalabcnet/TestSuite/CompilationSamples/u4.pas
Бондарев Иван 7e57cb301d bug fix #2245
2020-05-31 13:37:25 +02:00

23 lines
216 B
ObjectPascal

unit u4;
interface
uses WPFObjects;
type TClass = class
f := Window;
function myf := Window;
end;
implementation
uses WPFObjects;
procedure f;
begin
var w := Window;
end;
begin
var w := Window;
end.