Skip to content

Commit

Permalink
Adding an edge case that I found from formatting aspnetcore
Browse files Browse the repository at this point in the history
  • Loading branch information
belav committed Jun 9, 2021
1 parent 770c020 commit 783110b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@ public class ClassName
{
Property1 = true
};

public SomeGenericObject<SomeRandomObject> WithGenericLongEnoughToBreak = new SomeGenericObject<
SomeRandomObject
>("someRandomValue");
}

0 comments on commit 783110b

Please sign in to comment.