bmx-ng / bcc

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

Unable to use TTreeMap since new BCC changes #597

Closed thareh closed 1 year ago

thareh commented 1 year ago

Bug Report

When using TTreeMap since the changes to BCC yesterday I get an error saying Type 't' not found in Interface ICollection Extends IIterable.

Example to produce the error:

Framework BRL.Blitz
Import BRL.Collections
Import BRL.StandardIO

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

Nice to see some updates to BCC btw! 😊

Have a good one! -- Thareh

thareh commented 1 year ago

Any chance you could take a look at this @woollybah? Keeps me from updating BCC 😄

Thanks!

thareh commented 1 year ago

Seems to be because of changes in commit 1f2f921e43043ec90d0cee4d3d4959f046c5e190