From 1c7997325d3fbf0f2052171227d7ba1353d035c1 Mon Sep 17 00:00:00 2001 From: Heejae Chang Date: Wed, 5 Jul 2017 12:40:28 -0700 Subject: [PATCH] removed double empty line --- ...OperationTests_IUnaryOperatorExpression.cs | 109 ------------------ ...OperationTests_IUnaryOperatorExpression.vb | 73 ------------ 2 files changed, 182 deletions(-) diff --git a/src/Compilers/CSharp/Test/Semantic/IOperation/IOperationTests_IUnaryOperatorExpression.cs b/src/Compilers/CSharp/Test/Semantic/IOperation/IOperationTests_IUnaryOperatorExpression.cs index 54461fe6691..833c0809358 100644 --- a/src/Compilers/CSharp/Test/Semantic/IOperation/IOperationTests_IUnaryOperatorExpression.cs +++ b/src/Compilers/CSharp/Test/Semantic/IOperation/IOperationTests_IUnaryOperatorExpression.cs @@ -30,7 +30,6 @@ System.SByte Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Plus_System_Byte() { @@ -53,7 +52,6 @@ System.Byte Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Plus_System_Int16() { @@ -76,7 +74,6 @@ System.Int16 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Plus_System_UInt16() { @@ -99,7 +96,6 @@ System.UInt16 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Plus_System_Int32() { @@ -121,7 +117,6 @@ System.Int32 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Plus_System_UInt32() { @@ -143,7 +138,6 @@ System.UInt32 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Plus_System_Int64() { @@ -165,7 +159,6 @@ System.Int64 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Plus_System_UInt64() { @@ -187,7 +180,6 @@ System.UInt64 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Plus_System_Char() { @@ -210,7 +202,6 @@ System.Char Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Plus_System_Decimal() { @@ -232,7 +223,6 @@ System.Decimal Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Plus_System_Single() { @@ -254,7 +244,6 @@ System.Single Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Plus_System_Double() { @@ -276,7 +265,6 @@ System.Double Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Plus_System_Boolean() { @@ -298,7 +286,6 @@ System.Boolean Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Plus_System_Object() { @@ -320,7 +307,6 @@ System.Object Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Minus_System_SByte() { @@ -343,7 +329,6 @@ System.SByte Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Minus_System_Byte() { @@ -366,7 +351,6 @@ System.Byte Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Minus_System_Int16() { @@ -389,7 +373,6 @@ System.Int16 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Minus_System_UInt16() { @@ -412,7 +395,6 @@ System.UInt16 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Minus_System_Int32() { @@ -434,7 +416,6 @@ System.Int32 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Minus_System_UInt32() { @@ -457,7 +438,6 @@ System.UInt32 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Minus_System_Int64() { @@ -479,7 +459,6 @@ System.Int64 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Minus_System_UInt64() { @@ -501,7 +480,6 @@ System.UInt64 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Minus_System_Char() { @@ -524,7 +502,6 @@ System.Char Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Minus_System_Decimal() { @@ -546,7 +523,6 @@ System.Decimal Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Minus_System_Single() { @@ -568,7 +544,6 @@ System.Single Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Minus_System_Double() { @@ -590,7 +565,6 @@ System.Double Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Minus_System_Boolean() { @@ -612,7 +586,6 @@ System.Boolean Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Minus_System_Object() { @@ -634,7 +607,6 @@ System.Object Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Plus_System_SByte() { @@ -658,7 +630,6 @@ System.SByte Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Plus_System_Byte() { @@ -682,7 +653,6 @@ System.Byte Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Plus_System_Int16() { @@ -706,7 +676,6 @@ System.Int16 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Plus_System_UInt16() { @@ -730,7 +699,6 @@ System.UInt16 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Plus_System_Int32() { @@ -753,7 +721,6 @@ System.Int32 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Plus_System_UInt32() { @@ -776,7 +743,6 @@ System.UInt32 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Plus_System_Int64() { @@ -799,7 +765,6 @@ System.Int64 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Plus_System_UInt64() { @@ -822,7 +787,6 @@ System.UInt64 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Plus_System_Char() { @@ -846,7 +810,6 @@ System.Char Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Plus_System_Decimal() { @@ -869,7 +832,6 @@ System.Decimal Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Plus_System_Single() { @@ -892,7 +854,6 @@ System.Single Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Plus_System_Double() { @@ -915,7 +876,6 @@ System.Double Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Plus_System_Boolean() { @@ -938,7 +898,6 @@ System.Boolean Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Plus_System_Object() { @@ -961,7 +920,6 @@ System.Object Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Minus_System_SByte() { @@ -985,7 +943,6 @@ System.SByte Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Minus_System_Byte() { @@ -1009,7 +966,6 @@ System.Byte Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Minus_System_Int16() { @@ -1033,7 +989,6 @@ System.Int16 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Minus_System_UInt16() { @@ -1057,7 +1012,6 @@ System.UInt16 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Minus_System_Int32() { @@ -1080,7 +1034,6 @@ System.Int32 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Minus_System_UInt32() { @@ -1104,7 +1057,6 @@ System.UInt32 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Minus_System_Int64() { @@ -1127,7 +1079,6 @@ System.Int64 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Minus_System_UInt64() { @@ -1150,7 +1101,6 @@ System.UInt64 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Minus_System_Char() { @@ -1174,7 +1124,6 @@ System.Char Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Minus_System_Decimal() { @@ -1197,7 +1146,6 @@ System.Decimal Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Minus_System_Single() { @@ -1220,7 +1168,6 @@ System.Single Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Minus_System_Double() { @@ -1243,7 +1190,6 @@ System.Double Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Minus_System_Boolean() { @@ -1266,7 +1212,6 @@ System.Boolean Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Minus_System_Object() { @@ -1289,7 +1234,6 @@ System.Object Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_LogicalNot_System_Boolean() { @@ -1311,7 +1255,6 @@ System.Boolean Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_LogicalNot_System_Boolean() { @@ -1334,7 +1277,6 @@ System.Boolean Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_BitwiseNot_System_SByte() { @@ -1357,7 +1299,6 @@ System.SByte Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_BitwiseNot_System_Byte() { @@ -1380,7 +1321,6 @@ System.Byte Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_BitwiseNot_System_Int16() { @@ -1403,7 +1343,6 @@ System.Int16 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_BitwiseNot_System_UInt16() { @@ -1426,7 +1365,6 @@ System.UInt16 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_BitwiseNot_System_Int32() { @@ -1448,7 +1386,6 @@ System.Int32 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_BitwiseNot_System_UInt32() { @@ -1470,7 +1407,6 @@ System.UInt32 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_BitwiseNot_System_Int64() { @@ -1492,7 +1428,6 @@ System.Int64 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_BitwiseNot_System_UInt64() { @@ -1514,7 +1449,6 @@ System.UInt64 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_BitwiseNot_System_Char() { @@ -1537,7 +1471,6 @@ System.Char Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_BitwiseNot_System_Decimal() { @@ -1559,7 +1492,6 @@ System.Decimal Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_BitwiseNot_System_Single() { @@ -1581,7 +1513,6 @@ System.Single Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_BitwiseNot_System_Double() { @@ -1603,7 +1534,6 @@ System.Double Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_BitwiseNot_System_Boolean() { @@ -1625,7 +1555,6 @@ System.Boolean Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_BitwiseNot_System_Object() { @@ -1647,7 +1576,6 @@ System.Object Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_BitwiseNot_System_SByte() { @@ -1671,7 +1599,6 @@ System.SByte Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_BitwiseNot_System_Byte() { @@ -1695,7 +1622,6 @@ System.Byte Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_BitwiseNot_System_Int16() { @@ -1719,7 +1645,6 @@ System.Int16 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_BitwiseNot_System_UInt16() { @@ -1743,7 +1668,6 @@ System.UInt16 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_BitwiseNot_System_Int32() { @@ -1766,7 +1690,6 @@ System.Int32 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_BitwiseNot_System_UInt32() { @@ -1789,7 +1712,6 @@ System.UInt32 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_BitwiseNot_System_Int64() { @@ -1812,7 +1734,6 @@ System.Int64 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_BitwiseNot_System_UInt64() { @@ -1835,7 +1756,6 @@ System.UInt64 Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_BitwiseNot_System_Char() { @@ -1859,7 +1779,6 @@ System.Char Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_BitwiseNot_System_Decimal() { @@ -1882,7 +1801,6 @@ System.Decimal Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_BitwiseNot_System_Single() { @@ -1905,7 +1823,6 @@ System.Single Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_BitwiseNot_System_Double() { @@ -1928,7 +1845,6 @@ System.Double Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_BitwiseNot_System_Boolean() { @@ -1951,7 +1867,6 @@ System.Boolean Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_BitwiseNot_System_Object() { @@ -1974,7 +1889,6 @@ System.Object Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Plus_dynamic() { @@ -1996,7 +1910,6 @@ dynamic Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Minus_dynamic() { @@ -2018,7 +1931,6 @@ dynamic Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_BitwiseNot_dynamic() { @@ -2040,7 +1952,6 @@ dynamic Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_LogicalNot_dynamic() { @@ -2062,7 +1973,6 @@ dynamic Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Plus_dynamic() { @@ -2085,7 +1995,6 @@ dynamic Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Minus_dynamic() { @@ -2108,7 +2017,6 @@ dynamic Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_BitwiseNot_dynamic() { @@ -2131,7 +2039,6 @@ dynamic Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_LogicalNot_dynamic() { @@ -2154,7 +2061,6 @@ dynamic Method() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Plus_Enum() { @@ -2176,7 +2082,6 @@ enum Enum { A, B } VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Minus_Enum() { @@ -2198,7 +2103,6 @@ enum Enum { A, B } VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_BitwiseNot_Enum() { @@ -2220,7 +2124,6 @@ enum Enum { A, B } VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Plus_Enum() { @@ -2243,7 +2146,6 @@ enum Enum { A, B } VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Minus_Enum() { @@ -2266,7 +2168,6 @@ enum Enum { A, B } VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_BitwiseNot_Enum() { @@ -2289,7 +2190,6 @@ enum Enum { A, B } VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Plus_CustomType() { @@ -2329,7 +2229,6 @@ public struct CustomType VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_Minus_CustomType() { @@ -2369,7 +2268,6 @@ public struct CustomType VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_BitwiseNot_CustomType() { @@ -2409,7 +2307,6 @@ public struct CustomType VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Type_LogicalNot_CustomType() { @@ -2449,7 +2346,6 @@ public struct CustomType VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Plus_CustomType() { @@ -2490,7 +2386,6 @@ public struct CustomType VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_Minus_CustomType() { @@ -2531,7 +2426,6 @@ public struct CustomType VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_BitwiseNot_CustomType() { @@ -2572,7 +2466,6 @@ public struct CustomType VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact] public void Test_UnaryOperatorExpression_Method_LogicalNot_CustomType() { @@ -2613,7 +2506,6 @@ public struct CustomType VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact, WorkItem(18135, "https://github.com/dotnet/roslyn/issues/18135")] [WorkItem(18160, "https://github.com/dotnet/roslyn/issues/18160")] public void Test_UnaryOperatorExpression_Type_And_TrueFalse() @@ -2667,7 +2559,6 @@ public void M() VerifyOperationTreeForTest(source, expectedOperationTree); } - [Fact, WorkItem(18135, "https://github.com/dotnet/roslyn/issues/18135")] [WorkItem(18160, "https://github.com/dotnet/roslyn/issues/18160")] public void Test_UnaryOperatorExpression_Type_Or_TrueFalse() diff --git a/src/Compilers/VisualBasic/Test/Semantic/IOperation/IOperationTests_IUnaryOperatorExpression.vb b/src/Compilers/VisualBasic/Test/Semantic/IOperation/IOperationTests_IUnaryOperatorExpression.vb index 0b7204f161b..0dd3cc44732 100644 --- a/src/Compilers/VisualBasic/Test/Semantic/IOperation/IOperationTests_IUnaryOperatorExpression.vb +++ b/src/Compilers/VisualBasic/Test/Semantic/IOperation/IOperationTests_IUnaryOperatorExpression.vb @@ -28,7 +28,6 @@ IUnaryOperatorExpression (UnaryOperationKind.IntegerPlus) (OperationKind.UnaryOp VerifyOperationTreeForTest(Of UnaryExpressionSyntax)(source, expectedOperationTree) End Sub - Public Sub Test_UnaryOperatorExpression_Type_Plus_System_Byte() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Plus_System_Int16() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Plus_System_UInt16() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Plus_System_Int32() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Plus_System_UInt32() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Plus_System_Int64() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Plus_System_UInt64() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Plus_System_Decimal() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Plus_System_Single() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Plus_System_Double() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Plus_System_Object() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Minus_System_SByte() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Minus_System_Int16() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Minus_System_Int32() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Minus_System_Int64() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Minus_System_Decimal() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Minus_System_Single() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Minus_System_Double() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Minus_System_Object() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Not_System_SByte() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Not_System_Byte() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Not_System_Int16() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Not_System_UInt16() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Not_System_Int32() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Not_System_UInt32() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Not_System_Int64() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Not_System_UInt64() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Not_System_Boolean() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Not_System_Object() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Plus_System_SByte() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Plus_System_Byte() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Plus_System_Int16() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Plus_System_UInt16() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Plus_System_Int32() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Plus_System_UInt32() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Plus_System_Int64() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Plus_System_UInt64() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Plus_System_Decimal() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Plus_System_Single() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Plus_System_Double() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Plus_System_Object() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Minus_System_SByte() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Minus_System_Int16() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Minus_System_Int32() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Minus_System_Int64() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Minus_System_Decimal() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Minus_System_Single() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Minus_System_Double() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Minus_System_Object() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Not_System_SByte() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Not_System_Byte() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Not_System_Int16() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Not_System_UInt16() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Not_System_Int32() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Not_System_UInt32() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Not_System_Int64() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Not_System_UInt64() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Not_System_Boolean() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Not_System_Object() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Plus_E() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Minus_E() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Not_E() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Plus_E() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Minus_E() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Not_E() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Plus_CustomType() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Minus_CustomType() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Not_CustomType() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Plus_CustomType() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Minus_CustomType() Dim source = Public Sub Test_UnaryOperatorExpression_Method_Not_CustomType() Dim source = Public Sub Test_UnaryOperatorExpression_Type_And_TrueFalse() Dim source = Public Sub Test_UnaryOperatorExpression_Type_Or_TrueFalse() Dim source =