mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 05:29:10 +02:00
* fixed number of colons in (fake) message names
git-svn-id: branches/objc@13677 -
This commit is contained in:
parent
0549f79555
commit
3b1e285f70
@ -7,8 +7,8 @@
|
||||
|
||||
type
|
||||
ta = objcclass(NSObject)
|
||||
procedure test(l: longint; a: array of const); message 'class';
|
||||
procedure test2(l: longint); varargs; message 'class';
|
||||
procedure test(l: longint; a: array of const); message 'class:';
|
||||
procedure test2(l: longint); varargs; message 'class:';
|
||||
end; external name 'NSObject';
|
||||
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user