[Issue 23439] New: [REG 2.098] Error: CTFE internal error: literal 'assert(false, "Accessed expression of type noreturn")'
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Thu Oct 27 01:14:02 UTC 2022
    
    
  
https://issues.dlang.org/show_bug.cgi?id=23439
          Issue ID: 23439
           Summary: [REG 2.098] Error: CTFE internal error: literal
                    'assert(false, "Accessed expression of type
                    noreturn")'
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: regression
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: ibuclaw at gdcproject.org
Introduced by: https://github.com/dlang/dmd/pull/13142
---
class BasicClass
{
    noreturn noRet;
}
__gshared basic = new BasicClass();
--
    
    
More information about the Digitalmars-d-bugs
mailing list