[Issue 22365] Compiler crash: tcs.body_ null in StatementSemanticVisitor.visit(TryCatchStatement) in semantic3 pass (dmd/statementsem.d:3956)
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Jan 12 20:49:50 UTC 2022
    
    
  
https://issues.dlang.org/show_bug.cgi?id=22365
--- Comment #4 from moonlightsentinel at disroot.org ---
Even smaller:
class DrawableCache {
    Ref _nullDrawable;
    this() {
        debug Log;
    }
}
struct Ref {
    ~this() {}
}
--
    
    
More information about the Digitalmars-d-bugs
mailing list