Skip to content

Commit

Permalink
Merge branch 'more_impl' of github.com:buyaa-n/runtime into more_impl
Browse files Browse the repository at this point in the history
  • Loading branch information
buyaa-n committed Jan 11, 2024
2 parents 408d7f8 + 9fbe2cf commit e6d9333
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ internal sealed class TypeBuilderImpl : TypeBuilder
// Only for creating the global type
internal TypeBuilderImpl(ModuleBuilderImpl module)
{
_name = "<Module>";
_name = "<Module>"; // Defined in ECMA-335 II.10.8
_module = module;
_isHiddenGlobalType = true;
_handle = MetadataTokens.TypeDefinitionHandle(1);
Expand Down

0 comments on commit e6d9333

Please sign in to comment.