mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 10:59:18 +02:00
* another test
git-svn-id: trunk@5172 -
This commit is contained in:
parent
4c76107b98
commit
b3ac0f5d98
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -5542,6 +5542,7 @@ tests/tbf/tb0186.pp svneol=native#text/plain
|
|||||||
tests/tbf/tb0187.pp svneol=native#text/plain
|
tests/tbf/tb0187.pp svneol=native#text/plain
|
||||||
tests/tbf/tb0188.pp svneol=native#text/plain
|
tests/tbf/tb0188.pp svneol=native#text/plain
|
||||||
tests/tbf/tb0189.pp svneol=native#text/plain
|
tests/tbf/tb0189.pp svneol=native#text/plain
|
||||||
|
tests/tbf/tb0190.pp svneol=native#text/plain
|
||||||
tests/tbf/ub0115.pp svneol=native#text/plain
|
tests/tbf/ub0115.pp svneol=native#text/plain
|
||||||
tests/tbf/ub0149.pp svneol=native#text/plain
|
tests/tbf/ub0149.pp svneol=native#text/plain
|
||||||
tests/tbf/ub0158a.pp svneol=native#text/plain
|
tests/tbf/ub0158a.pp svneol=native#text/plain
|
||||||
|
15
tests/tbf/tb0190.pp
Normal file
15
tests/tbf/tb0190.pp
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{ %fail }
|
||||||
|
{$mode objfpc}
|
||||||
|
type
|
||||||
|
c = class(TObject)
|
||||||
|
function a: longint;
|
||||||
|
end;
|
||||||
|
|
||||||
|
function c.a: longint;
|
||||||
|
begin
|
||||||
|
result := 1;
|
||||||
|
end;
|
||||||
|
|
||||||
|
var b: c.a;
|
||||||
|
begin
|
||||||
|
end.
|
Loading…
Reference in New Issue
Block a user