mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-25 11:49:14 +02:00
* new bug
This commit is contained in:
parent
ced6bf20cd
commit
c30d55ce5e
21
tests/webtbf/tw3480.pp
Normal file
21
tests/webtbf/tw3480.pp
Normal file
@ -0,0 +1,21 @@
|
||||
{ %fail }
|
||||
|
||||
{ Source provided for Free Pascal Bug Report 3480 }
|
||||
{ Submitted by "Danny Milosavljevic" on 2004-12-26 }
|
||||
{ e-mail: danny_milo@yahoo.com }
|
||||
program z;
|
||||
|
||||
type
|
||||
IBla = interface
|
||||
class function X: Boolean;
|
||||
end;
|
||||
|
||||
TBla = class(TInterfacedObject, IBla, IInterface)
|
||||
public
|
||||
class function X: Boolean;
|
||||
end;
|
||||
|
||||
begin
|
||||
TBla.X;
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user