Skip to content

Commit

Permalink
Merge pull request #137 from NN---/fix/RSRP-466710
Browse files Browse the repository at this point in the history
MakeUnary accepts null value in 'type' parmaeter
  • Loading branch information
derigel23 authored Dec 5, 2018
2 parents 71d3570 + dec55f8 commit 7945158
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Annotations/.NETCore/System.Linq.Expressions/Attributes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1892,7 +1892,7 @@
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
<attribute ctor="M:JetBrains.Annotations.PureAttribute.#ctor"/>
<parameter name="type">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
<attribute ctor="M:JetBrains.Annotations.CanBeNullAttribute.#ctor"/>
</parameter>
<parameter name="operand">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
Expand All @@ -1902,7 +1902,7 @@
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
<attribute ctor="M:JetBrains.Annotations.PureAttribute.#ctor"/>
<parameter name="type">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
<attribute ctor="M:JetBrains.Annotations.CanBeNullAttribute.#ctor"/>
</parameter>
<parameter name="operand">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
Expand Down
4 changes: 2 additions & 2 deletions Annotations/.NETCore/System.Linq/Attributes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2755,7 +2755,7 @@
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
</parameter>
<parameter name="type">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
<attribute ctor="M:JetBrains.Annotations.CanBeNullAttribute.#ctor"/>
</parameter>
</member>
<member name="M:System.Linq.Expressions.Expression.MakeUnary(System.Linq.Expressions.ExpressionType,System.Linq.Expressions.Expression,System.Type,System.Reflection.MethodInfo)">
Expand All @@ -2765,7 +2765,7 @@
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
</parameter>
<parameter name="type">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
<attribute ctor="M:JetBrains.Annotations.CanBeNullAttribute.#ctor"/>
</parameter>
</member>
<member name="M:System.Linq.Expressions.Expression.MemberBind(System.Reflection.MemberInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.MemberBinding})">
Expand Down
4 changes: 2 additions & 2 deletions Annotations/.NETFramework/System.Core/Annotations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6949,7 +6949,7 @@
<member name="M:System.Linq.Expressions.Expression.MakeUnary(System.Linq.Expressions.ExpressionType,System.Linq.Expressions.Expression,System.Type)">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
<parameter name="type">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
<attribute ctor="M:JetBrains.Annotations.CanBeNullAttribute.#ctor"/>
</parameter>
<parameter name="operand">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
Expand All @@ -6958,7 +6958,7 @@
<member name="M:System.Linq.Expressions.Expression.MakeUnary(System.Linq.Expressions.ExpressionType,System.Linq.Expressions.Expression,System.Type,System.Reflection.MethodInfo)">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
<parameter name="type">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
<attribute ctor="M:JetBrains.Annotations.CanBeNullAttribute.#ctor"/>
</parameter>
<parameter name="operand">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
Expand Down
4 changes: 2 additions & 2 deletions Annotations/.NETStandard/netstandard/Annotations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17783,7 +17783,7 @@
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
</parameter>
<parameter name="type">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
<attribute ctor="M:JetBrains.Annotations.CanBeNullAttribute.#ctor" />
</parameter>
</member>
<member name ="M:System.Linq.Expressions.Expression.MakeUnary(System.Linq.Expressions.ExpressionType,System.Linq.Expressions.Expression,System.Type,System.Reflection.MethodInfo)">
Expand All @@ -17793,7 +17793,7 @@
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
</parameter>
<parameter name="type">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
<attribute ctor="M:JetBrains.Annotations.CanBeNullAttribute.#ctor" />
</parameter>
</member>
<member name ="M:System.Linq.Expressions.Expression.MemberBind(System.Reflection.MemberInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.MemberBinding})">
Expand Down

0 comments on commit 7945158

Please sign in to comment.