提交 4278c30d 编写于 作者: Y Youssef Victor

Fix for C#-script

上级 924a19bd
......@@ -136,7 +136,8 @@ private partial class State
internal bool CanGeneratePropertyOrField()
{
return ContainingType is { IsImplicitlyDeclared: false, Name: not WellKnownMemberNames.TopLevelStatementsEntryPointTypeName };
return ContainingType is { IsImplicitlyDeclared: false, Name: not WellKnownMemberNames.TopLevelStatementsEntryPointTypeName }
|| ContainingType.IsScriptClass;
}
internal bool CanGenerateLocal()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册