Skip to content

Commit

Permalink
Merge pull request #93 from retsyo/patch-1
Browse files Browse the repository at this point in the history
Update misc_examples.nim
  • Loading branch information
khchen authored Jul 19, 2024
2 parents 7599a7a + c8a4c5f commit f9a04e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/clr/misc_examples.nim
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import strformat except `&`

proc test1() =
var mscor = load("mscorlib")
var Array = mscor.GetType("System.Array")

for typ in mscor.GetTypes():
echo typ.FullName
Expand Down

0 comments on commit f9a04e7

Please sign in to comment.