...
This commit is contained in:
@@ -42,6 +42,11 @@ public class ModuleRepository
|
||||
module.RegisterStruct(structDef.Exported, structDef.Name, fields, functions);
|
||||
break;
|
||||
}
|
||||
case StructTemplateSyntax structDef:
|
||||
{
|
||||
// todo(nub31): Include templates in modules
|
||||
break;
|
||||
}
|
||||
default:
|
||||
{
|
||||
throw new ArgumentOutOfRangeException(nameof(definition));
|
||||
|
||||
Reference in New Issue
Block a user