Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi committed Jan 2, 2025
1 parent 364e938 commit 523eab5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ class Program
{
static void Main()
{
G<int>.@class {|Rename:@class|} = new new G<int>.@class();
G<int>.@class {|Rename:@class|} = new G<int>.@class();
G<int>.Add(@class);
}
}
Expand Down

0 comments on commit 523eab5

Please sign in to comment.