sjbarag / brs

An interpreter for the BrightScript language that runs on non-Roku platforms.
MIT License
113 stars 43 forks source link

fix: Change inheritance warning to correct names (#519) #520

Closed strattonbrazil closed 4 years ago

strattonbrazil commented 4 years ago

This resolves bug #519 by swapping the node and node parent's places in the message string. See issue for incorrect and correct behavior.

closes #519