bmx-ng / bcc

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

Using TTreeMap in module causes crash #592

Closed thareh closed 8 months ago

thareh commented 2 years ago

Bug Report

Using TTreeMap in a module seems to crash BCC.

SuperStrict

Module foo.bar

Framework BRL.Blitz
Import BRL.Collections

Local test:TTreeMap<String, String> = New TTreeMap<String, String>()
thareh commented 1 year ago

Same thing happens with TLinkedList in some cases.

thareh commented 8 months ago

Same issue as #635 and is now fixed.