bmx-ng / bcc

A next-generation bcc parser for BlitzMax
zlib License
33 stars 13 forks source link

[Generics] TTranslator.TransFuncCallExpr Internal Error #620

Closed thareh closed 7 months ago

thareh commented 1 year ago

Good day,

The following will produce an Internal Error for TTranslator.TransFuncCallExpr:

Framework BRL.Blitz
Import BRL.Collections

Local map:TTreeMap<String, String> = New TTreeMap<String, String>()

map["test"]

Thanks!

thareh commented 7 months ago

Cheers!