bcc icon indicating copy to clipboard operation
bcc copied to clipboard

[Generics] Using object as argument

Open thareh opened this issue 1 year ago • 0 comments

Good day,

Seems using Object as an argument for a generic type can cause compilation issues.

Framework BRL.Blitz
Import BRL.Collections

Local list:TLinkedList<Object> = New TLinkedList<Object>()
list.AddLast("test")

Thanks!

thareh avatar Dec 31 '23 13:12 thareh