Failed to parse class function with generics

Issue #13 resolved
Former user created an issue

TGuiHelper = class public class function indexOf<T: TDatabaseObject>(data: TList<T>; const id: string): integer; end;

class function TGuiHelper.indexOf<T>(data: TList<T>; const id: string): integer; begin ... some code... end;

Plugin show error that "indexOf" missing implementation.

But my project successfully compiled under Delphi XE.

Comments (1)

  1. Log in to comment