bmx-ng / bcc

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

Constructor error #605

Closed mingwya closed 1 year ago

mingwya commented 1 year ago

`Type TA

Field b:TB=New TB

Method New( a:TA )
    New( a.b )
End Method

Method New( b:TB )

End Method

End Type

Type TB

End Type`