pascalabcnet/TestSuite/CompilationSamples/u4.pas

23 lines
216 B
ObjectPascal
Raw Normal View History

2020-05-31 14:37:25 +03:00
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.