diff --git a/ICSharpCode.Decompiler.Tests/TestCases/Pretty/CustomAttributes.cs b/ICSharpCode.Decompiler.Tests/TestCases/Pretty/CustomAttributes.cs index 8c21b4bbe..dd5ec6293 100644 --- a/ICSharpCode.Decompiler.Tests/TestCases/Pretty/CustomAttributes.cs +++ b/ICSharpCode.Decompiler.Tests/TestCases/Pretty/CustomAttributes.cs @@ -170,6 +170,13 @@ namespace CustomAttributes public static void UseGenericAttributeWithArg() { } + [Generic>] + [Generic>>] + [Generic] + [Generic(StringComparison.Ordinal)] + public static void UseGenericAttributeWithComplexTypes() + { + } #endif } }