Skip to content

Provide real implementation for AssemblySymbol.RuntimeSupportsStaticAbstractMembersInInterfaces #53800

@AlekseyTs

Description

@AlekseyTs
        /// <summary>
        /// Figure out if the target runtime supports static abstract members in interfaces.
        /// </summary>
        internal bool RuntimeSupportsStaticAbstractMembersInInterfaces
        {
            // PROTOTYPE(StaticAbstractMembersInInterfaces): Implement the actual check, this is a temporary stub. 
            get => RuntimeSupportsDefaultInterfaceImplementation;
        }

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions