diff --git a/ICSharpCode.Decompiler.Tests/TestCases/Pretty/PropertiesAndEvents.cs b/ICSharpCode.Decompiler.Tests/TestCases/Pretty/PropertiesAndEvents.cs index 80e50c707..9ad23b9c6 100644 --- a/ICSharpCode.Decompiler.Tests/TestCases/Pretty/PropertiesAndEvents.cs +++ b/ICSharpCode.Decompiler.Tests/TestCases/Pretty/PropertiesAndEvents.cs @@ -196,6 +196,9 @@ namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty public event EventHandler DynamicAutoEvent; public event EventHandler<(int A, string B)> AutoEventWithTuple; #endif +#if CS80 + public event EventHandler<(int a, dynamic? b)> ComplexAutoEvent; +#endif public event EventHandler CustomEvent { add {