mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 05:06:03 +02:00
+ 281
This commit is contained in:
parent
63499d5cc5
commit
9a787d944a
17
bugs/bug0281.pp
Normal file
17
bugs/bug0281.pp
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
type
|
||||||
|
test_one = class
|
||||||
|
protected
|
||||||
|
fTest : String;
|
||||||
|
public
|
||||||
|
property Test: String READ fTest WRITE fTest;
|
||||||
|
procedure Testen(Test: BOolean);
|
||||||
|
{ ^ duplicate identifier? }
|
||||||
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
procedure test_one.testen(test: boolean);
|
||||||
|
begin
|
||||||
|
end;
|
||||||
|
|
||||||
|
begin
|
||||||
|
end.
|
@ -369,3 +369,4 @@ bug0274.pp @(proc) is not allowed
|
|||||||
bug0275.pp too many warnings
|
bug0275.pp too many warnings
|
||||||
bug0277.pp typecasting with const not possible
|
bug0277.pp typecasting with const not possible
|
||||||
bug0279.pp crash with ansistring and new(^ansistring)
|
bug0279.pp crash with ansistring and new(^ansistring)
|
||||||
|
bug0281.pp dup id checking with property is wrong
|
||||||
|
Loading…
Reference in New Issue
Block a user