Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 465 Bytes

File metadata and controls

25 lines (19 loc) · 465 Bytes

GA0048

Title

No permitted type groups while using OnlyPermitSpecifiedTypeGroups

Category

Validity

Severity

Error

Details

The presence of OnlyPermitSpecifiedTypeGroups prohibits all type groups that are not explicitly permitted.

See how the type group filtering system works at the docs.

Example

class GenericType
<
    // GA0048 will appear here
    [OnlyPermitSpecifiedTypeGroups]
    T
>;