Skip to content

Commit

Permalink
Address @Hosch250's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
IvenBach committed Nov 27, 2017
1 parent 27c157e commit 2b03f12
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -262,7 +262,6 @@ private static bool DeclarationInTheSameComponentCanBeShadowed(Declaration origi
switch (originalDeclaration.DeclarationType)
{
case DeclarationType.UserDefinedType:
return false;
case DeclarationType.Parameter:
case DeclarationType.UserDefinedTypeMember:
case DeclarationType.LineLabel:
Expand Down

0 comments on commit 2b03f12

Please sign in to comment.