Backseating-Committee-2k/Backlang

The issue has been closed
[BUG] (more like tutorial) How to crash Backlang Compiler :) #169
DasLixou posted onGitHub
Describe the bug The compiler can't import the reference of custom defined structs.
To Reproduce one deadly textfile:
struct Cool {
let name: string;
}
class Lol {
let cool: Cool;
}
Expected behavior just don't crash lol