Skip to content

Commit

Permalink
Added Test for RomanYankovsky#317
Browse files Browse the repository at this point in the history
  • Loading branch information
Irame committed Oct 28, 2021
1 parent 5122e43 commit 99ba3cc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Test/Snippets/genericvarinitialvalue.pas
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
unit genericvarinitialvalue;

interface

var MyList : TList<Integer>= nil;

implementation

end.

0 comments on commit 99ba3cc

Please sign in to comment.